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