From ed2baf3c4a672bd0a75ad4abfeb408b16e2ed750 Mon Sep 17 00:00:00 2001 From: RickyHao Date: Wed, 19 Mar 2025 22:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dnsmasq-c?= =?UTF-8?q?hina-list.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dnsmasq-china-list.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dnsmasq-china-list.yaml b/.gitea/workflows/dnsmasq-china-list.yaml index 9c32ddf..308b86f 100644 --- a/.gitea/workflows/dnsmasq-china-list.yaml +++ b/.gitea/workflows/dnsmasq-china-list.yaml @@ -16,9 +16,14 @@ jobs: run: | cd dnsmasq-china-list make smartdns SERVER=china + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' - name: Release - uses: https://gitea.com/actions/gitea-release-action@main + uses: https://gitea.com/actions/release-action@main with: files: |- - *.smartdns.conf \ No newline at end of file + *.smartdns.conf + api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file