Skip to content

Commit

Permalink
Merge pull request #144 from ryoppippi/feature/fix-wf
Browse files Browse the repository at this point in the history
feat: update permissions in release.yaml
  • Loading branch information
ryoppippi authored Jun 25, 2024
2 parents 8ea2eec + 163c9e2 commit 702a5a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
jobs:
jsr:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -26,11 +29,6 @@ jobs:
needs:
- jsr
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 702a5a2

Please sign in to comment.