From 46e51efc3dfdd6594e27a9aa9380d46e4a90836a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Thu, 14 Mar 2024 17:40:15 +0100 Subject: [PATCH] ci: fix missing token permissions required for publishing (#219) See previously failed publish job: https://github.com/datamole-ai/edvart/actions/runs/8277873764/job/22649779315 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0811c91..c541db5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: # however when permissions are explicitly set, the default is overridden. permissions: id-token: write - contents: read + contents: write outputs: new_version: ${{ steps.set-vars.outputs.new_version }} steps: