Skip to content

Commit

Permalink
fix: give GHA token write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
notmeta committed Nov 25, 2024
1 parent e966d56 commit fe5b919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
release:
types: [ created ]

permissions:
contents: write

jobs:
jar:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fe5b919

Please sign in to comment.