Skip to content

Commit

Permalink
fix(ci): grant write permissions to github token
Browse files Browse the repository at this point in the history
Signed-off-by: Sphericalkat <amolele@gmail.com>
  • Loading branch information
SphericalKat committed May 1, 2023
1 parent 2891a1a commit b096c20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
publish:
runs-on: ubuntu-latest

permissions:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Expand Down

0 comments on commit b096c20

Please sign in to comment.