mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Add permissions section (#1740)
This commit is contained in:
3
.github/workflows/publish-unstable.yml
vendored
3
.github/workflows/publish-unstable.yml
vendored
@@ -20,6 +20,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
publish-unstable:
|
publish-unstable:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./pyscript.core
|
working-directory: ./pyscript.core
|
||||||
|
|||||||
Reference in New Issue
Block a user