There was an error while loading. Please reload this page.
2 parents 67b1f12 + 29f4877 commit 75f0faaCopy full SHA for 75f0faa
1 file changed
.github/workflows/dependabot.yml
@@ -29,8 +29,10 @@ jobs:
29
git config user.email rsteube-bot@users.noreply.github.com
30
git add -A
31
git commit -m "updated botocore"
32
- git push https://rsteube-bot:${GITHUB_TOKEN}@github.com/carapace-sh/carapace-aws.git HEAD:${GITHUB_HEAD_REF}
+ git push https://rsteube-bot:${DEPENDABOT_TOKEN}@github.com/carapace-sh/carapace-aws.git HEAD:${GITHUB_HEAD_REF}
33
fi
34
+ env:
35
+ DEPENDABOT_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
36
37
auto-merge:
38
runs-on: ubuntu-latest
0 commit comments