Skip to content

Commit

Permalink
Add missing GCP perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo committed Oct 31, 2022
1 parent cb29e12 commit 4f0721c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fullsync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@ jobs:
REF_LOG_DIR: ${{github.base_ref}}-datadir/log
timeout-minutes: 4320

# Add "id-token" with the intended permissions.
permissions:
contents: 'read'
id-token: 'write'

steps:
- uses: actions/checkout@v3

- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y wget

Expand Down

0 comments on commit 4f0721c

Please sign in to comment.