diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e23ed1..be59737 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,9 +7,6 @@ on: jobs: deploy: runs-on: ubuntu-latest - permissions: - pages: write - id-token: write steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3