Skip to content

Commit

Permalink
Merge pull request #29 from shion1305/apply-permission-ci
Browse files Browse the repository at this point in the history
GHA: configure content:write permission for apply
  • Loading branch information
Shion1305 authored Apr 14, 2024
2 parents f123af1 + df81c55 commit ed2607b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
id-token: write
pull-requests: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run-terraform-apply:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
pull-requests: write
steps:
Expand Down

0 comments on commit ed2607b

Please sign in to comment.