Attempted to fix error with action permissions

This commit is contained in:
slashtechno 2024-03-03 18:13:06 -06:00 committed by GitHub
parent f2d5fa8cf9
commit 5e29974839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
name: Upload Python Package name: Upload Python Package
on: on:
release: release:
types: [published] types: [published]
@ -15,6 +16,7 @@ on:
permissions: permissions:
contents: read contents: read
id-token: write
jobs: jobs:
deploy: deploy: