Skip to content

Commit 75f0faa

Browse files
authored
Merge pull request #226 from carapace-sh/dependabot-push-token
dependabot: use `DEPENDABOT_TOKEN` for push
2 parents 67b1f12 + 29f4877 commit 75f0faa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
git config user.email rsteube-bot@users.noreply.github.com
3030
git add -A
3131
git commit -m "updated botocore"
32-
git push https://rsteube-bot:${GITHUB_TOKEN}@github.com/carapace-sh/carapace-aws.git HEAD:${GITHUB_HEAD_REF}
32+
git push https://rsteube-bot:${DEPENDABOT_TOKEN}@github.com/carapace-sh/carapace-aws.git HEAD:${GITHUB_HEAD_REF}
3333
fi
34+
env:
35+
DEPENDABOT_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
3436
3537
auto-merge:
3638
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)