Skip to content

Commit b5526d1

Browse files
Added circle ci token env var
1 parent 14f9783 commit b5526d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ inputs:
3535
bluesky_password:
3636
description: "Bluesky handle password"
3737
required: false
38+
circle_ci_token:
39+
description: "Circle CI Token to query for build status"
40+
required: false
3841

3942
outputs: {}
4043

@@ -51,6 +54,7 @@ runs:
5154
BLUESKY_PASSWORD: ${{ inputs.bluesky_password }}
5255
TRAIN_VERSIONS: ${{ inputs.train_versions }}
5356
ARTIFACT_TO_CHECK: ${{ inputs.artifact_to_check }}
57+
CIRCLE_CI_TOKEN: ${{ inputs.circle_ci_token }}
5458

5559
branding:
5660
icon: "activity"

0 commit comments

Comments
 (0)