diff --git a/.github/workflows/deploy-sandbox.yml b/.github/workflows/deploy-sandbox.yml index 1dbd173..f0049f7 100644 --- a/.github/workflows/deploy-sandbox.yml +++ b/.github/workflows/deploy-sandbox.yml @@ -8,6 +8,8 @@ on: permissions: contents: read + pages: write + id-token: write concurrency: group: pages @@ -39,10 +41,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - permissions: - contents: read - pages: write - id-token: write environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}