We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc034f3 commit 8b9ecdfCopy full SHA for 8b9ecdf
.github/workflows/reusable-smoke-test-images.yml
@@ -29,7 +29,7 @@ jobs:
29
build:
30
runs-on: ubuntu-latest
31
permissions:
32
- contents: write # for publishing docker image to github packages
+ packages: write # for publishing docker image to github packages
33
steps:
34
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
0 commit comments