Skip to content

Commit

Permalink
[GHA] try to bypass deploy environment protection rules by specifying…
Browse files Browse the repository at this point in the history
… permissions
  • Loading branch information
CristianLara committed Feb 3, 2025
1 parent 20da718 commit f62f1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ jobs:
pages: write
id-token: write
contents: write
deployment: write
1 change: 1 addition & 0 deletions .github/workflows/publish_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
permissions:
pages: write
id-token: write
deployment: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit f62f1a7

Please sign in to comment.