Skip to content

Commit

Permalink
Use the PAT from the checkout on
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Feb 23, 2022
1 parent efaddac commit 52502f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.DEPENDABOT_AUTOBUILD }}

- name: Read .nvmrc
id: nvm
Expand All @@ -46,7 +47,6 @@ 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 52502f0

Please sign in to comment.