Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0de78f6

Browse files
Default to read permissions in production-release
1 parent c98b90a commit 0de78f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/production-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ defaults:
1919
shell: bash
2020

2121
permissions:
22-
contents: write
22+
contents: read
2323

2424
jobs:
2525
create-tag-and-release:
2626
runs-on: ubuntu-24.04
2727
if: startsWith(github.ref, 'refs/heads/release-')
28+
permissions:
29+
contents: write
2830
steps:
2931
- name: Validate Release Branch and Version
3032
run: |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /