Skip to content

Commit

Permalink
give token proper r/w access and actually save the yaml dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Dec 14, 2023
1 parent d4bf3e3 commit df3f6d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloud_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
setup-build-deploy:
name: Setup, Build and Deploy
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
permissions:
contents: 'read'
id-token: 'write'

steps:
- name: Checkout
Expand Down

0 comments on commit df3f6d1

Please sign in to comment.