Skip to content

Commit b75572b

Browse files
committed
chore: fix ci
1 parent aa5df41 commit b75572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
target: ${{ github.event.inputs.target || 'apideck' }}
2424
secrets:
25-
github_access_token: ${{ needs.generate-token.outputs.token }}
25+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2626
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)