Skip to content

Commit

Permalink
enable github auth for testing mods
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 8, 2021
1 parent a3678d6 commit 06eca95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.cue
Expand Up @@ -29,6 +29,9 @@ ghacue.#Workflow & {
hof test test.cue -s gen -t test
hof test test.cue -s lib -t test -t mod
"""
env: {
GITHUB_TOKEN: "${secrets.GITHUB_TOKEN}"
}
}]
}
}
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Expand Up @@ -29,4 +29,6 @@ jobs:
run: |-
hof test test.cue -s gen -t test
hof test test.cue -s lib -t test -t mod
env:
GITHUB_TOKEN: ${secrets.GITHUB_TOKEN}
services: {}

0 comments on commit 06eca95

Please sign in to comment.