Skip to content

Commit

Permalink
Merge pull request #8 from danpopenko/fix-actions-private
Browse files Browse the repository at this point in the history
Fix Deploy Action for private repos
  • Loading branch information
backmeupplz authored Jul 28, 2024
2 parents 183f6c5 + 0e57c25 commit 7123cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build-and-deploy-app:
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7123cfe

Please sign in to comment.