Skip to content

Commit 29b0bbe

Browse files
committed
fix(workflows): add permissions for release asset job to ensure proper access
Signed-off-by: Adilhusain Shaikh <[email protected]>
1 parent b0f7f3c commit 29b0bbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-latest-python-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262

6363
release-asset:
6464
needs: [build-and-release-matrix, get-latest-tag]
65+
permissions:
66+
contents: write
67+
actions: read
6568
uses: ./.github/workflows/reusable-release-python-tar.yml
6669
with:
6770
tag: ${{ needs.get-latest-tag.outputs.latest_tag }}

0 commit comments

Comments
 (0)