Skip to content

Commit 60514f4

Browse files
committed
Legge inn referance til secrets
1 parent c63b20e commit 60514f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildAndPublish.yml

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

0 commit comments

Comments
 (0)