Skip to content

Commit 6114c68

Browse files
authored
Create app-token.yml
1 parent ad3294a commit 6114c68

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/app-token.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Run tests on staging
2+
3+
on: [workflow_dispatch]
4+
5+
jobs:
6+
hello-world:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: suchithrzp/[email protected]
10+
id: app-token
11+
with:
12+
app-id: ${{ vars.RELEASER_APP_ID }}
13+
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
14+
- uses: ./actions/staging-tests
15+
with:
16+
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)