Skip to content

Commit

Permalink
Add environment to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent 3b51137 commit 275a9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
# github secrets (see readme for details)
needs: [test]
runs-on: ubuntu-latest
environment:
name: github-pages
permissions:
id-token: write
pages: write
Expand Down

0 comments on commit 275a9e2

Please sign in to comment.