From af12286a3c9aa4ffec9addba7c6b396574ac5458 Mon Sep 17 00:00:00 2001 From: Ryan Albert <42415738+ryan-timothy-albert@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:16:59 -0700 Subject: [PATCH] Update sdk_generation.yaml --- .github/workflows/sdk_generation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index 6ce5166..c850080 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -42,6 +42,7 @@ jobs: speakeasy_version: latest registry_tags: |- ryan + my-first-source: release_candidate_${{ github.sha }} ${{ needs.compute_tags.outputs.build_tag }} secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }}