From 2286bb012eb0502aa41cb592850b6396c15dd719 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Wed, 4 Sep 2024 15:22:15 +0000 Subject: [PATCH] nginx-build.yaml: setup token variable for goods --- .github/workflows/nginx-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nginx-build.yaml b/.github/workflows/nginx-build.yaml index 8c495b1..fe1656c 100644 --- a/.github/workflows/nginx-build.yaml +++ b/.github/workflows/nginx-build.yaml @@ -27,6 +27,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 + token: ${{ secrets.DEPLOYMENT_TOKEN }} if: startsWith(github.ref, 'refs/tags/') with: files: nginx-*.tar.gz