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 4c0631b commit 7487d38Copy full SHA for 7487d38
.github/workflows/release-staging.yaml
@@ -0,0 +1,19 @@
1
+name: "Release Staging"
2
+
3
+on:
4
+ workflow_dispatch: {}
5
6
+permissions:
7
+ contents: write
8
9
+jobs:
10
+ release:
11
+ runs-on: ubuntu-latest
12
+ environment: staging
13
+ steps:
14
+ - name: Checkout
15
+ uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
+ submodules: 'true'
19
+ token: ${{ secrets.ORG_GITHUB_TOKEN }}
0 commit comments