Skip to content

Commit

Permalink
ci: use service token instead of access-token
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Aug 30, 2024
1 parent 7316f31 commit 7d14a25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-extensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
terraform_wrapper: false
- run: make testacc
env:
# TODO: switch back to service-tokens when we can use them to run the fulll acctest suite
# PLANETSCALE_SERVICE_TOKEN_NAME: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_NAME }}
# PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
PLANETSCALE_ACCESS_TOKEN: ${{ secrets.PLANETSCALE_ACCESS_TOKEN }}
PLANETSCALE_SERVICE_TOKEN_NAME: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_NAME }}
PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
timeout-minutes: 10

0 comments on commit 7d14a25

Please sign in to comment.