Skip to content

Commit

Permalink
Merge pull request #967 from syself/batistein/fix-update-bot-docker-sock
Browse files Browse the repository at this point in the history
🐛 fix update bot mounting docker socket
  • Loading branch information
batistein authored Sep 27, 2023
2 parents d5cfd08 + 72efafc commit 6c9bc72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule-update-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
RENOVATE_POST_UPGRADE_TASKS: '{ commands: ["BUILD_IMAGE_TOKEN=${{ secrets.GITHUB_TOKEN }} BUILD_IMAGE_USER=${{ github.actor }} CI=true ./hack/upgrade-builder-image.sh"], fileFilters: ["Makefile", ".github/**/*.yml", ".github/**/*.yaml"], executionMode: "branch"}'
with:
configurationFile: ${{ env.RENOVATE_CONFIG_FILE }}
token: "x-access-token:${{ steps.generate-token.outputs.token }}"
token: "x-access-token:${{ steps.generate-token.outputs.token }}"
mount-docker-socket: "true"

0 comments on commit 6c9bc72

Please sign in to comment.