Re #7777 #7778: pass GITHUB_TOKEN correctly in CI; fix test expression
Because ${FOO} is already expanded in the Makefile, which leads to syntax errors in the CI when secrets are replaced by ***, we need to use $${FOO} so expansion only takes place in the shell.
Please register or sign in to comment