From 6ae74040920d92a3db0ed635984243a873de8de9 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 31 Aug 2020 16:14:29 +0200 Subject: [PATCH] ATL-439: Create the GH release in the public repo. Signed-off-by: Akos Kitta --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 830b2fbc..b683fa9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,9 +146,11 @@ jobs: path: build-artifacts - name: Publish Release [GitHub] - uses: svenstaro/upload-release-action@v1-release + uses: kittaakos/upload-release-action@dev with: - repo_token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.RELEASE_TOKEN }} + repo_name: arduino/arduino-pro-ide + release_name: ${{ github.event.release.tag_name }} file: build-artifacts/* tag: ${{ github.ref }} file_glob: true