From 57e556eea1a4c7b3c52717ba7d6c3384ef170cf9 Mon Sep 17 00:00:00 2001
From: naiba <hi@nai.ba>
Date: Tue, 9 Nov 2021 10:16:23 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20goreleaser=20GITHUB=5FTOKEN?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/agent.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml
index 75a9ddb..47f9a01 100644
--- a/.github/workflows/agent.yml
+++ b/.github/workflows/agent.yml
@@ -21,3 +21,5 @@ jobs:
           distribution: goreleaser
           version: latest
           args: release --rm-dist
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}