From 1a4cdc9e9bbca24a11e75252aeb5c091b7c04cde Mon Sep 17 00:00:00 2001 From: Binyang Li Date: Thu, 2 Jan 2025 22:55:15 +0000 Subject: [PATCH] add permission --- .github/workflows/update-version.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index cf0dd8bb..c79a021b 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -7,6 +7,10 @@ on: paths: - 'VERSION' +permissions: + id-token: write + contents: read + jobs: update-version: runs-on: ubuntu-latest