From 86b6e7f255b3e2ed2960a7d3b6c13e0ff01bd865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:36:42 +0000 Subject: [PATCH 1/2] Bump WebFreak001/deploy-nightly from 2.0.0 to 3.0.0 Bumps [WebFreak001/deploy-nightly](https://github.com/webfreak001/deploy-nightly) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/webfreak001/deploy-nightly/releases) - [Commits](https://github.com/webfreak001/deploy-nightly/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: WebFreak001/deploy-nightly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/night_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/night_build.yml b/.github/workflows/night_build.yml index e6f6a42..f37cbdb 100644 --- a/.github/workflows/night_build.yml +++ b/.github/workflows/night_build.yml @@ -28,7 +28,7 @@ jobs: - name: Save current date run: echo "PLUGIN_CURRENT_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV - name: Deploy build - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From e3c75ee43d2673e1e1226b799438b7f8ba7a0672 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Sun, 5 Nov 2023 08:54:08 +0100 Subject: [PATCH 2/2] Remove usage of GITHUB_TOKEN env variable as stated in changelog --- .github/workflows/night_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/night_build.yml b/.github/workflows/night_build.yml index f37cbdb..ebb57a9 100644 --- a/.github/workflows/night_build.yml +++ b/.github/workflows/night_build.yml @@ -29,8 +29,6 @@ jobs: run: echo "PLUGIN_CURRENT_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV - name: Deploy build uses: WebFreak001/deploy-nightly@v3.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: https://uploads.github.com/repos/1c-syntax/sonar-bsl-plugin-community/releases/51033599/assets{?name,label} # find out this value by opening https://api.github.com/repos///releases in your browser and copy the full "upload_url" value including the {?name,label} part release_id: 51033599 # same as above (id can just be taken out the upload_url, it's used to find old releases)