Skip to content

Commit 29f4877

Browse files
committed
dependabot: use DEPENDABOT_TOKEN for push
1 parent 71835cc commit 29f4877

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)