From 977d011d6b683918150cadffc9b8fa7bbf200350 Mon Sep 17 00:00:00 2001 From: Ivo Clarysse Date: Sat, 28 Dec 2024 06:55:45 +0100 Subject: [PATCH 1/2] gha: checkout/v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23fb764..124480f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@master + uses: actions/checkout@v4 - name: Gen version run: ./GIT-VERSION-GEN - name: build zepyhr From ccba2860bed10765ea74ef0c844a8fb08897e0e9 Mon Sep 17 00:00:00 2001 From: Ivo Clarysse Date: Sat, 28 Dec 2024 07:03:02 +0100 Subject: [PATCH 2/2] access check --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 124480f..aabe7fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,12 @@ jobs: name: Zephyr build action runs-on: ubuntu-latest steps: + - name: PLTcloud Access Check + uses: bcdevices/pltcloud-action@v1.1.4 + with: + API_TOKEN: ${{ secrets.API_TOKEN }} + PROJECT_UUID: ${{ secrets.PROJECT_UUID }} + VERBOSE: 'true' - name: checkout uses: actions/checkout@v4 - name: Gen version @@ -20,6 +26,7 @@ jobs: PROJECT_UUID: ${{ secrets.PROJECT_UUID }} FILES: ./dist/*demo* VERSION: ${{ github.ref }} + VERBOSE: 'true' - name: Publish release uses: meeDamian/github-release@2.0 if: contains(github.ref, 'tags')