Skip to content

Commit

Permalink
fix: add chaindata ci superuser token to fetch-external workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Oct 2, 2023
1 parent e107d3b commit 1edc44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fetch-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: pnpm fetch-external
- name: Commit changes
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]"
git config user.email "146698419+chaindata-ci-superuser[bot]@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 1edc44e

Please sign in to comment.