From 7d14a2547820206b9047c72a8c2445f7a93830c2 Mon Sep 17 00:00:00 2001 From: joe miller Date: Fri, 30 Aug 2024 22:05:49 +0000 Subject: [PATCH] ci: use service token instead of access-token --- .github/workflows/test-extensive.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-extensive.yml b/.github/workflows/test-extensive.yml index 88462ca..456d0f1 100644 --- a/.github/workflows/test-extensive.yml +++ b/.github/workflows/test-extensive.yml @@ -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 \ No newline at end of file