Skip to content

Commit

Permalink
Authenticate pushes using a PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Feb 23, 2022
1 parent a8272d6 commit efaddac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Check in any change to dist/
run: |
echo ${{ secrets.DEPENDABOT_AUTOBUILD }} | gh auth login --with-token
git add dist/
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit efaddac

Please sign in to comment.