Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
olekvernberg committed Jul 23, 2024
1 parent fbcd5a0 commit 442c9b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Deploy DEV
on:
workflow_dispatch:

permissions:
contents: read
id-token: write

jobs:
build:
name: Build, push and deploy to dev-gcp
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- 'main'

permissions:
contents: read
id-token: write

jobs:
build:
name: Build, push and deploy to prod-gcp
Expand Down

0 comments on commit 442c9b2

Please sign in to comment.