Skip to content

Commit

Permalink
fix(workflow): Add necessary permissions to job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jan 15, 2024
1 parent db5b666 commit b2f8a8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI Publish

permissions:
contents: write

on:
push:
tags:
Expand Down Expand Up @@ -36,8 +39,6 @@ jobs:

- name: Upload Release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "inspector/build/*.jar"
tags: true
Expand Down

0 comments on commit b2f8a8b

Please sign in to comment.