From 815389897949208df8cdc0771e5879946d2ba55d Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Tue, 13 Dec 2022 23:11:56 +0400 Subject: GitHub actions test --- .github/workflows/build-test.yml | 6 ++++++ .github/workflows/release.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index fd9a431..6ee47a6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -7,6 +7,12 @@ on: branches: [ master ] workflow_dispatch: +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: build: strategy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2568b05..09e5057 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: run: | ${{ env.CMD }} ../../${{ env.OUTPUT_FILE }} ${{ env.APP_NAME }} - name: Load Release URL File from release job - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: release_url - name: Get Release File Name & Upload URL -- cgit v1.2.3