We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c416c commit 55fcd5fCopy full SHA for 55fcd5f
1 file changed
.github/workflows/actions-tests.yml
@@ -449,7 +449,7 @@ jobs:
449
--pull=false \
450
--env EXPECTED_OUTPUT_FILE="$expected_file" \
451
--env EXPECTED_HAS_RESULTS="$expected_has_results" \
452
- -s GITHUB_TOKEN=dummy-token-for-testing; then
+ -s GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}; then
453
echo "✅ $id passed"
454
else
455
echo "❌ $id failed"
0 commit comments