Skip to content

Commit

Permalink
Fix path to the github token in autobumper (#12133)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Oct 11, 2024
1 parent 466289e commit a106d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-autobumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
--rm \
--cap-drop=ALL \
--privileged \
-v "${{ github.workspace }}:/workspace" \
-v "~/token:/etc/github/token:ro" \
-v ${{ github.workspace }}:/workspace \
-v ~/token:/etc/github/token:ro \
-w /workspace \
${{ inputs.docker-image }} \
--autobump-config=${{ inputs.autobump-config-path }}

0 comments on commit a106d7a

Please sign in to comment.