From 2bd9e8daa36235fcba5065d7ddba7743abe833b1 Mon Sep 17 00:00:00 2001 From: n8marti Date: Sun, 31 Dec 2023 07:17:47 +0100 Subject: [PATCH] Update build-test.yml --- .github/workflows/build-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2d089421..b3e8b535 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -20,7 +20,7 @@ jobs: release: runs-on: ubuntu-latest needs: build - environment: build + # environment: build permissions: contents: write steps: @@ -30,12 +30,12 @@ jobs: name: ${{ needs.build.outputs.bin_name }} - name: verify token run: | - echo "Length of ACCESS_TOKEN: ${#ACCESS_TOKEN}" + echo "Length of N8MARTI_ACCESS_TOKEN: ${#N8MARTI_ACCESS_TOKEN}" - name: Upload release to test repo uses: softprops/action-gh-release@v1 with: tag_name: ${{ inputs.tag }} files: ${{ needs.build.outputs.bin_name }} repository: FaithLife-Community/test-builds - token: ${{ secrets.ACCESS_TOKEN }} + token: ${{ secrets.N8MARTI_ACCESS_TOKEN }}