Skip to content

Commit

Permalink
fix permissions to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgocode committed Jun 14, 2024
1 parent 80e3b66 commit a16366b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
delete-pre-releases:
name: Delete Unnecessary Pre-Releases
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout the repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down Expand Up @@ -76,4 +78,3 @@ jobs:
Import-Module ./eng/promote-packages.psm1
Invoke-Promote @arguments

0 comments on commit a16366b

Please sign in to comment.