diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 74eca3fd712..4b684af88ff 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -16,6 +16,10 @@ on: schedule: - cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday +permissions: + id-token: write + contents: read + concurrency: group: release-manual-${{ github.ref }} cancel-in-progress: true