Skip to content

Commit

Permalink
ci: fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
hallettj committed Mar 8, 2024
1 parent 598ca7f commit 27e7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-post.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

# NOTE: Prefixing/appending commit messages with `[dependabot skip]`
# allows dependabot to rebase/update the pull request, force-pushing
Expand Down

0 comments on commit 27e7f1b

Please sign in to comment.