Skip to content

Commit

Permalink
Merge pull request #4 from Thuenen-Forest-Ecosystems/pages_workflow
Browse files Browse the repository at this point in the history
add permsissions to workflow
  • Loading branch information
b-lack authored Sep 17, 2024
2 parents 221d1a5 + 5e8f687 commit 9cb6800
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_web_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

permissions:
actions: write
contents: read

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9cb6800

Please sign in to comment.