Skip to content

Commit

Permalink
use custom secret for hofmod
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 d3a29ef commit 821818d
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.GITHUB_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.GITHUB_TOKEN}
GITHUB_TOKEN: ${secrets.HOFMOD_TOKEN}
- name: Run extra tests
run: hof test test/testers/api/postman.cue
services: {}

0 comments on commit 821818d

Please sign in to comment.