Skip to content

Commit

Permalink
remove publish action permissions restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
khakers committed Jul 12, 2024
1 parent 42e9ecb commit f9cf6dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
if: |
!contains(github.event.head_commit.message, '[ci skip]')
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f9cf6dd

Please sign in to comment.