Skip to content

Commit

Permalink
Merge pull request #5986 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Replace workflow token with PAT
  • Loading branch information
tzununbekov authored Feb 22, 2024
2 parents 1a1bdf0 + 9e2c966 commit 349e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
GITHUB_OWNER: mysteriumnetwork
GITHUB_REPO: node
GITHUB_SNAPSHOT_REPO: node-builds
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_API_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
Expand Down

0 comments on commit 349e65b

Please sign in to comment.