Skip to content

Commit bebf413

Browse files
committed
.github: move CLARIFY_ENDPOINT to variables
1 parent 50dd978 commit bebf413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
env:
7171
CLARIFY_USERNAME: ${{ secrets.CLARIFY_USERNAME }}
7272
CLARIFY_PASSWORD: ${{ secrets.CLARIFY_PASSWORD }}
73-
CLARIFY_ENDPOINT: ${{ secrets.CLARIFY_ENDPOINT }}
73+
CLARIFY_ENDPOINT: ${{ vars.CLARIFY_ENDPOINT }}

0 commit comments

Comments
 (0)