Skip to content

Commit bee1220

Browse files
committed
chore: fix ci
1 parent 4c7f866 commit bee1220

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)