We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e227c8 commit ba3f1f1Copy full SHA for ba3f1f1
.github/workflows/provision-linux.yml
@@ -14,7 +14,7 @@ jobs:
14
secrets:
15
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
16
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
17
- github-token: ${{ secrets.KONVEYOR_BOT_KEY }}
+ github-token: ${{ secrets.GH_TOKEN }}
18
19
run-commands:
20
needs: call-reusable-workflow
@@ -36,4 +36,4 @@ jobs:
36
37
38
39
0 commit comments