diff --git a/.github/workflows/cloudbabbel.yml b/.github/workflows/cloudbabbel.yml index 8d454254..da54f8b0 100644 --- a/.github/workflows/cloudbabbel.yml +++ b/.github/workflows/cloudbabbel.yml @@ -4,6 +4,10 @@ on: push: workflow_dispatch: +permissions: + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout + jobs: build-image: runs-on: ubuntu-latest