mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
add permissions to gcp auth
This commit is contained in:
parent
5da037fb11
commit
1bc1336268
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -205,6 +205,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
|
||||
needs: build-docker-dist-tests
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
env:
|
||||
TF_VAR_project: ${{ secrets.RELEASE_TESTS_GCP_PROJECT }}
|
||||
TF_VAR_region: europe-west4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user