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.
2 parents 85425f0 + 3e7b56a commit 757ed5fCopy full SHA for 757ed5f
.github/workflows/deploy-dev.yml
@@ -4,6 +4,10 @@
4
5
name: Build & Deploy (Nightly)
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
+
11
on:
12
push:
13
branches: [ main ]
.github/workflows/deploy-prod.yml
name: Build & Deploy (Production)
tags:
0 commit comments