Skip to content

Commit

Permalink
Merge pull request #94 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Add permissions to workflow
  • Loading branch information
José Luis Pereira authored and GitHub committed Jun 14, 2023
2 parents a439fba + 0079130 commit 8026dcf
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 8026dcf

Please sign in to comment.