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 9380e13 commit 8c878eaCopy full SHA for 8c878ea
.github/workflows/ci.yml
@@ -4,6 +4,12 @@ on:
4
push:
5
branches: [ develop, main ]
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
+ checks: write
11
+ id-token: write
12
+
13
jobs:
14
build:
15
runs-on: windows-latest
.github/workflows/deploy-release.yml
@@ -3,6 +3,12 @@ name: "Deploy Release"
3
on:
workflow_dispatch: # manual trigger
0 commit comments