Skip to content

Commit

Permalink
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 a834fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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" && ./bin/install-deps-in-sphinx-container.sh && make pages
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- name: Upload static files as artifact
Expand Down

0 comments on commit a834fde

Please sign in to comment.