There was an error while loading. Please reload this page.
DEPENDABOT_TOKEN
1 parent 71835cc commit 29f4877Copy full SHA for 29f4877
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