We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092677b commit 71edd3aCopy full SHA for 71edd3a
1 file changed
.github/workflows/sdk_publish.yaml
@@ -32,8 +32,8 @@ jobs:
32
# mask the newly minted API token, so that we don't accidentally leak it
33
echo "::add-mask::${api_token}"
34
35
- # see the next step in the workflow for an example of using this step output
36
- echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
+ # set the output for the job
+ echo "::set-output name=api-token::${api_token}"
37
publish:
38
needs: mint-token
39
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
0 commit comments