From f6d2cf9763bfa124f15c2dc6a5d5d5d9d3e26169 Mon Sep 17 00:00:00 2001 From: Dmitriy Mozgovoy Date: Wed, 8 Nov 2023 17:02:29 +0200 Subject: [PATCH] chore(ci): fix publish action content permission; (#6061) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a48542..cba4ba0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.head.label == 'axios:release') runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - name: "Release PR info"