From 8b9ecdfeeceae4f5a3f933671a8502b1806faa65 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Mon, 29 Jan 2024 19:34:25 +0200 Subject: [PATCH] Fix smoke test image publishing (#10343) --- .github/workflows/reusable-smoke-test-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-smoke-test-images.yml b/.github/workflows/reusable-smoke-test-images.yml index f956b1b220..bb0d29ddec 100644 --- a/.github/workflows/reusable-smoke-test-images.yml +++ b/.github/workflows/reusable-smoke-test-images.yml @@ -29,7 +29,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: write # for publishing docker image to github packages + packages: write # for publishing docker image to github packages steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1