Skip to content

Commit

Permalink
ci: add permission contents write
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Sep 12, 2024
1 parent f761aec commit 24a882e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [workflow_dispatch]

permissions:
id-token: write
contents: write

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
id-token: write
contents: write

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-run-force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [workflow_dispatch]

permissions:
id-token: write
contents: write

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [workflow_dispatch]

permissions:
id-token: write
contents: write

jobs:
build:
Expand Down

0 comments on commit 24a882e

Please sign in to comment.