Skip to content

Commit

Permalink
test: Use automatically created GITHUB_TOKEN for smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jul 31, 2024
1 parent fcb7885 commit 57e9562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSH_KEY: "./id_rsa_terraform"
TF_VAR_private_key: "./id_rsa_terraform"
TF_VAR_public_key: "./id_rsa_terraform.pub"
Expand Down

0 comments on commit 57e9562

Please sign in to comment.