Skip to content

Commit

Permalink
Fix name of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Aug 6, 2024
1 parent 1eca70c commit dc1e7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Push to repository
env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.TEST_PERSONAL_ACCESS_TOKEN_FOR_SDK_GEN }}
run: |
git config --global user.name 'iamacook'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit dc1e7ab

Please sign in to comment.