Skip to content

Commit

Permalink
Update schematic-api-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb authored Dec 11, 2023
1 parent f21ac45 commit 0b3f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schematic-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
run: |
import yaml
secrets = {
"synapse_token: "${{ secrets.SCHEMATIC_SYNAPSE_TOKEN }}",
"synapse_token": "${{ secrets.SCHEMATIC_SYNAPSE_TOKEN }}",
"test_project": "${{ secrets.SCHEMATIC_TEST_PROJECT }}",
"test_dataset": "${{ secrets.SCHEMATIC_TEST_DATASET }}",
"test_manifest": "${{ secrets.SCHEMATIC_TEST_MANIFEST }}",
Expand Down

0 comments on commit 0b3f4ae

Please sign in to comment.