Skip to content

Commit 03a077f

Browse files
committed
gha script requires env-vars to fetch credentials
1 parent a4e1032 commit 03a077f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
GITHUB_ORG := $(shell echo ${REPOSITORY} | cut -d "/" -f 2)
77
GITHUB_REPO := $(shell echo ${REPOSITORY} | cut -d "/" -f 3)
8+
RANDOM_SEED := ${randomSeed}
9+
REGION := ${region}
10+
PROJECT_NAME := ${PROJECT_NAME}
811

912
run: ci_setup
1013
@echo "\nDone"

0 commit comments

Comments
 (0)