Skip to content

Commit

Permalink
Test new token
Browse files Browse the repository at this point in the history
  • Loading branch information
msajidmansoori12 committed Oct 3, 2024
1 parent 6fee125 commit 58f90af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provision-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GH_RUNNER_API_TOKEN }}

run-commands:
needs: call-reusable-workflow
Expand All @@ -36,4 +36,4 @@ jobs:
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GH_RUNNER_API_TOKEN }}

0 comments on commit 58f90af

Please sign in to comment.