diff --git a/.github/ISSUE_TEMPLATE/workflows/deploy.yaml b/.github/ISSUE_TEMPLATE/workflows/deploy.yaml index 1c8b107..faca88c 100644 --- a/.github/ISSUE_TEMPLATE/workflows/deploy.yaml +++ b/.github/ISSUE_TEMPLATE/workflows/deploy.yaml @@ -6,10 +6,18 @@ on: - main paths: - README.md - + +permissions: + contents: read + pages: write + id-token: write + jobs: build-and-deploy: runs-on: ubuntu-latest + concurrency: + group: "pages" + cancel-in-progress: true steps: - name: Checkout repository