Codebase list zonedb / 37cbe22
.github/workflows/dependabot: use zonedbot instead of domainrbot Randy Reddig 3 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1111 - name: Checkout repo
1212 uses: actions/checkout@v2
1313 with:
14 token: ${{ secrets.DOMAINRBOT_RW_GITHUB_ACCESS_TOKEN }}
14 token: ${{ secrets.ZONEDBOT_RW_GITHUB_ACCESS_TOKEN }}
1515 ref: ${{ github.head_ref }} # Ensures we check out the branch, not the PR ref
1616 submodules: recursive
1717
3131 - name: Create fixup commit
3232 if: failure()
3333 run: |
34 git config --global user.email [email protected]
35 git config --global user.name domainrbot
34 git config --global user.email [email protected]
35 git config --global user.name zonedbot
3636 git add go.mod go.sum
3737 git commit -m "go.{mod,sum}: fixup commit for Dependabot"
3838 git push origin -u HEAD