diff --git a/.github/workflows/default.cue b/.github/workflows/default.cue index bf970cea1..3217bd714 100644 --- a/.github/workflows/default.cue +++ b/.github/workflows/default.cue @@ -30,7 +30,7 @@ ghacue.#Workflow & { hof test test.cue -s lib -t test -t mod """ env: { - GITHUB_TOKEN: "${secrets.HOFMOD_TOKEN}" + GITHUB_TOKEN: "${{secrets.HOFMOD_TOKEN}}" } },{ name: "Run extra tests" diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 21debb1de..b61f47de7 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -30,7 +30,7 @@ jobs: hof test test.cue -s gen -t test hof test test.cue -s lib -t test -t mod env: - GITHUB_TOKEN: ${secrets.HOFMOD_TOKEN} + GITHUB_TOKEN: ${{secrets.HOFMOD_TOKEN}} - name: Run extra tests run: hof test test/testers/api/postman.cue services: {}