From 5e299748397d0ce1c3a9e08a98c012e4d7a6e3b8 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:13:06 -0600 Subject: [PATCH] Attempted to fix error with action permissions --- .github/workflows/python-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b01e068..5555aa1 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -8,6 +8,7 @@ name: Upload Python Package + on: release: types: [published] @@ -15,6 +16,7 @@ on: permissions: contents: read + id-token: write jobs: deploy: