From 8779fa2b1cb6d202474b238402704ad4fab0a919 Mon Sep 17 00:00:00 2001 From: alvinouille Date: Fri, 1 Aug 2025 17:43:02 +0200 Subject: [PATCH 1/2] fix: give admin right to release workflow --- .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 a6411d9d..eba19a2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.ADMIN_TOKEN }} - name: Update version and create tag id: version From 4646b805f3021a30cc10141685167ed296566aee Mon Sep 17 00:00:00 2001 From: alvinouille Date: Fri, 1 Aug 2025 17:45:45 +0200 Subject: [PATCH 2/2] trunk fmt --- .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 eba19a2b..7f2fdb4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - token: ${{ secrets.ADMIN_TOKEN }} + token: ${{ secrets.ADMIN_TOKEN }} - name: Update version and create tag id: version