From 1ccb047ea8ecd7866dd32a18737f04a4e0b5d44a Mon Sep 17 00:00:00 2001 From: "govert@muze.nl" Date: Fri, 31 Oct 2025 16:09:12 +0100 Subject: [PATCH] now with tokens 2 --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7e4cb6..9ddc13a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,8 @@ jobs: - name: publish run: npm run publish env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + publish_for_mac: runs-on: macos-latest steps: @@ -36,7 +37,7 @@ jobs: - name: publish run: npm run publish env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish_for_win: runs-on: windows-latest @@ -50,4 +51,4 @@ jobs: - name: publish run: npm run publish env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file