From 74da5c7b3256a6c67c187f6e15556c4bc330254c Mon Sep 17 00:00:00 2001 From: Andre Kolodochka <59625655+andrekolodochka@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:37:26 +1100 Subject: [PATCH] Update 1-create-the-workflow-file.md (#33) --- .github/steps/1-create-the-workflow-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/steps/1-create-the-workflow-file.md b/.github/steps/1-create-the-workflow-file.md index 993795c..26716f4 100644 --- a/.github/steps/1-create-the-workflow-file.md +++ b/.github/steps/1-create-the-workflow-file.md @@ -37,6 +37,7 @@ We'll start by creating the workflow file to publish a Docker image to GitHub Pa - main permissions: packages: write + contents: read jobs: publish: runs-on: ubuntu-latest