Skip to content

Commit ce16ad7

Browse files
fixup! [fix] Fix CC login secret
1 parent 47cd4d5 commit ce16ad7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codechecker_pr_analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
CodeChecker version
3737
touch ~/.codechecker.passwords.json
3838
chmod 0600 ~/.codechecker.passwords.json
39-
echo "{\"client_autologin\" : true,\"credentials\": {\"https://codechecker-demo.eastus.cloudapp.azure.com\": \"store:$CODECHECKER_TOKENasd\"}}" > ~/.codechecker.passwords.json
39+
echo "{\"client_autologin\" : true,\"credentials\": {\"https://codechecker-demo.eastus.cloudapp.azure.com\": \"store:${CODECHECKER_TOKEN}asd\"}}" > ~/.codechecker.passwords.json
40+
cat ~/.codechecker.passwords.json
4041
bash ./ci/github_analysis/codechecker_gate_pr.sh $GITHUB_REF

0 commit comments

Comments
 (0)