Skip to content

Commit

Permalink
change workflow perms
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Dec 20, 2023
1 parent a5a06be commit e67d18e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/testuideploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ on:
paths:
- web-ui/**

workflow_dispatch:

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

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

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

0 comments on commit e67d18e

Please sign in to comment.