diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 9912a7e..1959f03 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -6,6 +6,9 @@ on: - cron: '0 7 * * *' workflow_dispatch: +permissions: + id-token: write + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true