Skip to content

Commit

Permalink
DBG echo tx-token
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Oct 22, 2024
1 parent 5982d7f commit 4754d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build static files
id: build
run: ./bin/install-deps-in-sphinx-container.sh && make pages
run: |
echo "TX: $TX_TOKEN"
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- name: Upload static files as artifact
Expand Down

0 comments on commit 4754d8f

Please sign in to comment.