From a6a259ebdf1740883d07c19e8e5fcdae2d3da111 Mon Sep 17 00:00:00 2001 From: Tom Lebreux Date: Mon, 16 Dec 2024 12:10:42 -0500 Subject: [PATCH] Fix token permission --- .github/workflows/sync-deps.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-deps.yaml b/.github/workflows/sync-deps.yaml index f48d8c678..b562f462c 100644 --- a/.github/workflows/sync-deps.yaml +++ b/.github/workflows/sync-deps.yaml @@ -17,8 +17,9 @@ env: WEBHOOK_REF: "${{ github.ref_name }}" permissions: - contents: write - pull-requests: write + contents: read + # Needed to access to vault + id-token: write jobs: sync: