Skip to content

Commit

Permalink
Set permissions write for all jobs in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Dec 31, 2023
1 parent 3d3f42e commit f64c106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
release:
if: startsWith(github.ref, 'refs/tags/')

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Build Changelog
id: github_release
Expand Down

0 comments on commit f64c106

Please sign in to comment.