From 85d82c1d950df2b0c8358c2a59720da522b38595 Mon Sep 17 00:00:00 2001 From: Dion Gionet Mallet Date: Tue, 23 Jul 2024 12:23:42 -0400 Subject: [PATCH] ci(release): updated create release Github token The regular token doesn't grant write access anymore --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee90262..545da37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,7 +124,7 @@ jobs: - name: Create GitHub Release shell: pwsh env: - GITHUB_TOKEN: ${{ secrets.DEVOLUTIONSBOT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }} working-directory: package run: | $Version = Get-Content -Path .\VERSION