Skip to content

Commit 78d5424

Browse files
김진선김진선
authored andcommitted
dev stage gnoscan tx-indexer ci update
1 parent 70bdf07 commit 78d5424

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: dev stage gnoscan push onbloc-tx-indexer v2
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: write
11+
id-token: write
12+
jobs:
13+
dev_stage_gnoscan_tx_indexer:
14+
name: Run tx-indexer app
15+
uses: ./.github/workflows/app_template.yml
16+
with:
17+
app-name: 'tx-indexer'
18+
env: 'dev-stage-gnoscan-v2'
19+
secrets:
20+
AWS_IAM_OIDC: ${{ secrets.AWS_IAM_OIDC }}
21+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
22+
REGION: ${{ secrets.DEV_REGION_V2 }}

0 commit comments

Comments
 (0)