From 821818de844c4fa404e70074e891964edf936ddd Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Mon, 9 Aug 2021 19:19:32 -0400 Subject: [PATCH] use custom secret for hofmod Signed-off-by: Tony Worm --- .github/workflows/default.cue | 2 +- .github/workflows/default.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.cue b/.github/workflows/default.cue index 6e02c7138..bf970cea1 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.GITHUB_TOKEN}" + GITHUB_TOKEN: "${secrets.HOFMOD_TOKEN}" } },{ name: "Run extra tests" diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c429a49b8..21debb1de 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.GITHUB_TOKEN} + GITHUB_TOKEN: ${secrets.HOFMOD_TOKEN} - name: Run extra tests run: hof test test/testers/api/postman.cue services: {}