Skip to content

Commit

Permalink
Add permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jun 14, 2023
1 parent 467ab29 commit 0079130
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: 'main'
fetch-depth: 0

- uses: actions/checkout@v2
with:
ref: 'setup'
Expand Down Expand Up @@ -50,3 +50,6 @@ jobs:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write

0 comments on commit 0079130

Please sign in to comment.