We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a201faf + 933b9c0 commit 1ac9f34Copy full SHA for 1ac9f34
.github/workflows/buildAndPublish.yml
@@ -1,6 +1,9 @@
1
name: "Build and Publish"
2
on:
3
workflow_call:
4
+ secrets:
5
+ SF_DEVHUB_URL:
6
+ required: true
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
cancel-in-progress: true
.github/workflows/onPush.yml
@@ -14,3 +14,5 @@ jobs:
14
permissions:
15
contents: write
16
packages: write
17
18
+ SF_DEVHUB_URL: ${{ secrets.SF_DEVHUB_URL }}
0 commit comments