Skip to content

Commit 1ac9f34

Browse files
committed
Merge branch 'main' into customDaoFix
2 parents a201faf + 933b9c0 commit 1ac9f34

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Build and Publish"
22
on:
33
workflow_call:
4+
secrets:
5+
SF_DEVHUB_URL:
6+
required: true
47
concurrency:
58
group: ${{ github.workflow }}-${{ github.ref }}
69
cancel-in-progress: true

.github/workflows/onPush.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
permissions:
1515
contents: write
1616
packages: write
17+
secrets:
18+
SF_DEVHUB_URL: ${{ secrets.SF_DEVHUB_URL }}

0 commit comments

Comments
 (0)