Skip to content

Commit 8b9ecdf

Browse files
authored
Fix smoke test image publishing (#10343)
1 parent bc034f3 commit 8b9ecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-smoke-test-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
permissions:
32-
contents: write # for publishing docker image to github packages
32+
packages: write # for publishing docker image to github packages
3333
steps:
3434
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3535

0 commit comments

Comments
 (0)