This commit is contained in:
Amith Koujalgi 2023-11-07 23:31:19 +05:30
parent a67a7119c6
commit eb963b4bd0

View File

@ -14,7 +14,7 @@ permissions:
contents: read contents: read
pages: write pages: write
id-token: write id-token: write
packages: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # 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. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency: concurrency:
@ -25,9 +25,6 @@ jobs:
# Single deploy job since we're just deploying # Single deploy job since we're just deploying
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
packages: write
environment: environment:
name: github-pages name: github-pages