Skip to content

Commit 4b2a013

Browse files
committed
fix test
1 parent 3585242 commit 4b2a013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testacc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- env:
5757
TF_ACC: "1"
5858
ASTRO_API_TOKEN: ${{ secrets.DEV_ASTRO_API_TOKEN }}
59-
ASTRO_API_HOST: ${{ secrets.DEV_ASTRO_API_HOST }}
60-
ASTRO_ORGANIZATION_ID: ${{ secrets.DEV_ASTRO_ORGANIZATION_ID }}
59+
ASTRO_API_HOST: ${{ env.DEV_ASTRO_API_HOST }}
60+
ASTRO_ORGANIZATION_ID: ${{ env.DEV_ASTRO_ORGANIZATION_ID }}
6161
run: make testacc
6262
timeout-minutes: 10
6363

0 commit comments

Comments
 (0)