Skip to content

Commit

Permalink
Set write permissions at the job-level for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franchb committed Jul 7, 2024
1 parent 6c80b26 commit e9e38b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release

permissions:
contents: write
contents: read

on:
workflow_call:
Expand All @@ -15,6 +15,8 @@ on:
jobs:
run:
name: Release
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down

0 comments on commit e9e38b3

Please sign in to comment.