Skip to content

Commit 55fcd5f

Browse files
committed
try
Signed-off-by: see-quick <maros.orsak159@gmail.com>
1 parent c5c416c commit 55fcd5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449
--pull=false \
450450
--env EXPECTED_OUTPUT_FILE="$expected_file" \
451451
--env EXPECTED_HAS_RESULTS="$expected_has_results" \
452-
-s GITHUB_TOKEN=dummy-token-for-testing; then
452+
-s GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}; then
453453
echo "✅ $id passed"
454454
else
455455
echo "❌ $id failed"

0 commit comments

Comments
 (0)