Skip to content

Commit

Permalink
fix var interpolation in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Aug 9, 2021
1 parent 821818d commit 072d279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.cue
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Expand Up @@ -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: {}

0 comments on commit 072d279

Please sign in to comment.