Skip to content

Commit

Permalink
fix: add secret to env in fetch-external workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Oct 2, 2023
1 parent 1edc44e commit 37d3312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Fetch external
run: pnpm fetch-external
- name: Commit changes
env:
CHAINDATA_CI_SUPERUSER_ACCESS_TOKEN: ${{ secrets.CHAINDATA_CI_SUPERUSER_ACCESS_TOKEN }}
run: |
git remote set-url origin https://x-access-token:${CHAINDATA_CI_SUPERUSER_ACCESS_TOKEN}@github.com/TalismanSociety/chaindata
git config user.name "chaindata-ci-superuser[bot]"
Expand Down

0 comments on commit 37d3312

Please sign in to comment.