Skip to content

Commit

Permalink
Fixes on secrets utilization (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Nov 29, 2024
1 parent 479f838 commit fa8bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
repository: pantos-io/docs
path: ./pantos-docs
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit fa8bec1

Please sign in to comment.