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