Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Dec 31, 2023
1 parent 116da9b commit 2bd9e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
environment: build
# environment: build
permissions:
contents: write
steps:
Expand All @@ -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 }}

0 comments on commit 2bd9e8d

Please sign in to comment.