We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7f866 commit bee1220Copy full SHA for bee1220
.github/workflows/sdk_test.yaml
@@ -22,5 +22,5 @@ jobs:
22
with:
23
target: ${{ github.event.inputs.target || 'apideck' }}
24
secrets:
25
- github_access_token: ${{ needs.generate-token.outputs.token }}
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
26
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments