Skip to content

Commit

Permalink
fix: premissions on release ci
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <1651305+astromechza@users.noreply.github.com>
  • Loading branch information
astromechza authored Jan 9, 2025
1 parent 76a26c0 commit 45d149e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Release
on:
release:
types: [published]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
permissions:
contents: write
with:
files: |
score-v1b1.json

0 comments on commit 45d149e

Please sign in to comment.