From 560e094b021984f9407bee569ea97b707dd5357c Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 15 Dec 2024 16:50:33 +0530 Subject: [PATCH] use token from secrects Signed-off-by: Pranav Singh --- .github/.goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/.goreleaser.yml b/.github/.goreleaser.yml index 668f995b07..c88fcce598 100644 --- a/.github/.goreleaser.yml +++ b/.github/.goreleaser.yml @@ -12,6 +12,7 @@ builds: - -X main.providerToken={{.Env.PROVIDER_TOKEN}} - -X main.mesheryCloudAPIBaseURL=https://cloud.layer5.io - -X main.mesheryAPIBaseURL=https://playground.meshery.io + - -X main.workflowAccessToken=${{ secrets.GH_ACCESS_TOKEN }} goos: - linux - darwin