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 d137395 commit b69e4b6Copy full SHA for b69e4b6
.github/workflows/main.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ id-token: write
10
+ contents: write
11
+ pull-requests: write
12
+
13
jobs:
14
deploy:
15
name: deploy-prod
.github/workflows/pr-deploy.yml
remove:
name: deploy-pr-preview
.github/workflows/pr-remove.yml
types:
- closed
name: remove-pr-preview
0 commit comments