From 734f5dbc5fa0ef09ef845ee27bab382d701a41dc Mon Sep 17 00:00:00 2001 From: Niels-Ole Lambertz Date: Fri, 27 Oct 2023 18:16:44 +0200 Subject: [PATCH] add token --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 85e6666..dd1640d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,6 +18,8 @@ jobs: - name: Create Release id: create_release uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }}