Skip to content

Commit

Permalink
Fix permissions of publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and jjcarstens committed May 11, 2022
1 parent 9cd7c24 commit 483fbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
if: github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
with:
Expand All @@ -31,5 +33,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _dist
permissions:
contents: write

0 comments on commit 483fbde

Please sign in to comment.