Skip to content

Commit bfad1b1

Browse files
committed
chore: add TODO comment to migrate to vars in publish-orders workflow
1 parent 25c626a commit bfad1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-orders.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Install dependencies
3838
working-directory: deployment-dapp
3939
run: npm ci
40-
40+
41+
# TODO: Migrate to a github workflow using vars instead of app-address files
4142
- name: Create app address file
4243
working-directory: deployment-dapp
4344
run: echo "${{ github.event.inputs.app_address }}" > .app-address

0 commit comments

Comments
 (0)