Skip to content

Commit

Permalink
🐛 fix update bot mounting docker socket
Browse files Browse the repository at this point in the history
  • Loading branch information
batistein committed Sep 27, 2023
1 parent 5ae8d9c commit 72efafc
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 72efafc

Please sign in to comment.