diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bbb2933..082c615 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,9 @@ jobs: deploy: # The type of runner that the job will run on runs-on: ubuntu-latest - + permissions: + id-token: write + contents: write # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it