We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54ddaf commit 2508c28Copy full SHA for 2508c28
.github/workflows/deploy.yml
@@ -3,6 +3,10 @@ name: Deploy
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ contents: write
8
+ id-token: write
9
+
10
jobs:
11
deploy:
12
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
0 commit comments