Skip to content

Commit

Permalink
GHA needs write permissions to deploy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Sep 5, 2023
1 parent d6982c4 commit 5f7433d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/landweb-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
contents: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: ci-${{ github.ref }}
cancel-in-progress: false

jobs:
Expand Down

0 comments on commit 5f7433d

Please sign in to comment.