From 99b94bd62ab728b18648fe4d3540a19a9b353abc Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 28 Feb 2024 14:33:11 -0800 Subject: [PATCH] Add token to trigger NeonOS build --- .github/workflows/publish_test_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_test_build.yml b/.github/workflows/publish_test_build.yml index 4fd4d73..e936a3e 100644 --- a/.github/workflows/publish_test_build.yml +++ b/.github/workflows/publish_test_build.yml @@ -22,6 +22,7 @@ jobs: - name: Call Release Action uses: peter-evans/repository-dispatch@v3 with: + token: ${{secrets.NEON_OS_TOKEN}} repository: neongeckocom/neon-os event-type: release client-payload: '{"ref": "dev", "repo": "neon-debos"}' \ No newline at end of file