From c991caebb746c6f643434c2e11d3f6d1ea856ca5 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Mon, 1 Jul 2024 16:37:49 +0000 Subject: [PATCH] token --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 582857cddc06..938123618c6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: permissions: - contents: read + contents: write actions: read checks: write @@ -117,4 +117,6 @@ jobs: ls -R pkg - run: | gh release create --title "CCF ${{ github.ref }}" --draft --notes-file rel-notes.md pkg/* - shell: bash \ No newline at end of file + shell: bash + env: + GH_TOKEN: ${{ github.token }} \ No newline at end of file