Skip to content

Commit

Permalink
Allow token access
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Dec 11, 2023
1 parent 8e28ee3 commit e332899
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
branches:
- master
- docker

permissions:
id-token: write # This is required for requesting the JWT (GCloud auth)
contents: read # This is required for actions/checkout
packages: read
jobs:
deploy:
name: Deploy using GCloud
Expand Down

0 comments on commit e332899

Please sign in to comment.