diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9eed114..7013e9c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,6 +8,10 @@ on: jobs: test: runs-on: ubuntu-latest + permissions: + actions: write + contents: read + id-token: write if: github.ref == 'refs/heads/dev' steps: - name: Setup api