From 6fb9634382781e9f9419eb5d0c2ff00f97c45b36 Mon Sep 17 00:00:00 2001 From: attiasas Date: Mon, 23 Feb 2026 13:33:01 +0200 Subject: [PATCH 1/2] Use Release CLI token --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38561adcd..61de9ce52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,9 @@ on: jobs: release: runs-on: ubuntu-latest - + permissions: + contents: write + steps: - name: Validate version input run: | @@ -32,6 +34,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 # fetch all branches so we can checkout main and merge dev + token: ${{ secrets.RELEASE_TOKEN }} - name: Set up JFrog CLI uses: jfrog/setup-jfrog-cli@v4 From 82dc1f09dceb996da072701f71393cccc4ebe39f Mon Sep 17 00:00:00 2001 From: attiasas Date: Mon, 2 Mar 2026 13:43:25 +0200 Subject: [PATCH 2/2] update org sec name --- .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 61de9ce52..ab83df579 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 # fetch all branches so we can checkout main and merge dev - token: ${{ secrets.RELEASE_TOKEN }} + token: ${{ secrets.RELEASE_GIT_TOKEN }} - name: Set up JFrog CLI uses: jfrog/setup-jfrog-cli@v4