Skip to content

Commit c71ff56

Browse files
committed
wip
1 parent df1c338 commit c71ff56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testacc.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
name: PR Terraform Provider Acceptance Tests
4141
needs: build
4242
runs-on: ubuntu-latest
43-
environment: dev
4443
timeout-minutes: 15
4544
strategy:
4645
fail-fast: true
@@ -92,7 +91,6 @@ jobs:
9291
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
9392
name: Main Terraform Provider Acceptance Tests
9493
needs: build
95-
environment: dev
9694
timeout-minutes: 15
9795
strategy:
9896
fail-fast: true
@@ -115,5 +113,8 @@ jobs:
115113
- run: go mod download
116114
- env:
117115
TF_ACC: "1"
116+
ASTRO_API_TOKEN: ${{ secrets.DEV_ASTRO_API_TOKEN }}
117+
ASTRO_API_HOST: ${{ secrets.DEV_ASTRO_API_HOST }}
118+
ASTRO_ORGANIZATION_ID: ${{ secrets.DEV_ASTRO_ORGANIZATION_ID }}
118119
run: make testacc
119120
timeout-minutes: 10

0 commit comments

Comments
 (0)