diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59a8b9c..e6b9f94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,10 @@ jobs: deploy: runs-on: ubuntu-latest + permissions: + pages: write + id-token: write + steps: - name: ๅ…‹้š†ไปฃ็  uses: actions/checkout@v2