From ad3cdf6a34c5f46787fe752c3eb70d95c1a0fadc Mon Sep 17 00:00:00 2001 From: effoeffi Date: Mon, 5 Feb 2024 11:43:07 +0200 Subject: [PATCH] go build --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d5fc61b9..0e4cdc74 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ permissions: jobs: build-and-test: env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} GO111MODULE: 'on' CGO_ENABLED: '0' strategy: