From e712b58cef4291b1299f7414f7a4ab7eebadea24 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 30 Apr 2023 13:36:41 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1f86ad..f655c09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,20 @@ jobs: with: name: 'MINOR' value: ${{ env.NEW_MINOR }} - repository: ${{ github.repository }} + token: ${{ secrets.REPO_ACCESS_TOKEN }} + - + name: Update major version variable + uses: kroese/set-variable@v2 + with: + name: 'MAJOR' + value: ${{ secrets.MAJOR }} + token: ${{ secrets.REPO_ACCESS_TOKEN }} + - + name: Update minor version variable + uses: kroese/set-variable@v2 + with: + name: 'MINOR' + value: ${{ env.NEW_MINOR }} token: ${{ secrets.REPO_ACCESS_TOKEN }} mirror: