added forgotten github token

This commit is contained in:
miampf 2024-03-25 16:16:38 +01:00
parent d624af222a
commit ebaaaa1b9f
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -292,6 +292,8 @@ jobs:
- name: Delete tfstate artifact if necessary
if: env.DELETE_TF_STATE == 'true'
env:
GH_TOKEN: ${{ github.token }}
uses: ./.github/actions/artifact_delete
with:
name: terraform-state-${{ steps.e2e_test.outputs.namePrefix }}