Skip to content

Commit

Permalink
chore(pipeline): fix google auth by giving correct permissions to job
Browse files Browse the repository at this point in the history
SUITEDEV-35352

Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
davidSchuppa and LordAndras committed Mar 7, 2024
1 parent 94a2ff6 commit 4814f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
Build:
runs-on: ubuntu-latest
name: Test & Lint
permissions:
contents: 'read'
id-token: 'write'
strategy:
matrix:
include:
Expand Down

0 comments on commit 4814f89

Please sign in to comment.