Skip to content

Commit d20e2cc

Browse files
committed
Revert "use different workflow dispatch action"
This reverts commit 0254c8c. Switching the action doesn't fix anything, and the problem has been fixed by fixing the permissions.
1 parent 0254c8c commit d20e2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
push: true
3939
tags: metacpan/metacpan-web:latest,metacpan/metacpan-web:${{ github.sha }}
4040
- name: Update deployed image
41-
uses: benc-uk/workflow-dispatch@v1
41+
uses: aurelien-baudet/workflow-dispatch@v2
4242
with:
4343
repo: metacpan/metacpan-k8s
4444
workflow: set-image.yml

0 commit comments

Comments
 (0)