Skip to content

Commit 22a72c9

Browse files
committed
Add --unattended flag when config script is triggered
1 parent b44eb67 commit 22a72c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ repo_level_runner() {
99
| jq .token --raw-output)
1010
log "Obtained registration token for repository ${GIT_OWNER}/${GIT_REPOSITORY}"
1111
./config.sh \
12+
--unattended \
13+
--replace \
1214
--work "${WORK_DIR}" \
1315
--labels "${LABELS}" \
1416
--token "${REG_TOKEN}" \
@@ -28,6 +30,8 @@ org_level_runner() {
2830
| jq .token --raw-output)
2931
log "Obtained registration token for organization ${GIT_OWNER}"
3032
./config.sh \
33+
--unattended \
34+
--replace \
3135
--work "${WORK_DIR}" \
3236
--labels "${LABELS}" \
3337
--token "${REG_TOKEN}" \

0 commit comments

Comments
 (0)