Skip to content

Commit

Permalink
Merge pull request #15 from roundcube/tx-token
Browse files Browse the repository at this point in the history
Provide transifex token to GH action
  • Loading branch information
pabzm authored Oct 22, 2024
2 parents 98d4104 + b34d6e6 commit e884850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Build static files
id: build
run: ./bin/install-deps-in-sphinx-container.sh && make pages
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e884850

Please sign in to comment.