Skip to content

Commit 2e572b3

Browse files
committed
ci: Set environment for cleanup action
HYPERNDOE_API_TOKEN is only set for the acceptance environment, that's why the cleanup_acceptance job was failing
1 parent 4cb872a commit 2e572b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cleanup_acceptance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
cleanup:
99
runs-on: ubuntu-latest
1010
container: quay.io/hypernode/deploy:3-php8.1-node18
11+
environment: acceptance
1112
steps:
1213
- uses: actions/checkout@v2
1314
- name: Dump env

0 commit comments

Comments
 (0)