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