Skip to content

Commit 3f267b3

Browse files
authored
Create release-staging.yaml
1 parent e833fa8 commit 3f267b3

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)