Skip to content

Commit

Permalink
fix[ci]: merge permission section
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess committed Nov 23, 2023
1 parent 605831d commit e5a1c6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ permissions:
contents: read
pages: write
id-token: write
packages: 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"
cancel-in-progress: false

permissions:
contents: read
packages: write

jobs:
publish-backend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5a1c6b

Please sign in to comment.