Skip to content

Commit

Permalink
attempt to fix failing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorbanzade committed Feb 18, 2024
1 parent 793e578 commit e2fce54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
- main
- 'feature/**'

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: 'pages'
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2fce54

Please sign in to comment.