Attempted to fix error with action permissions
This commit is contained in:
parent
f2d5fa8cf9
commit
5e29974839
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue