Skip to content

Commit

Permalink
gha: checkout/v4 (#50)
Browse files Browse the repository at this point in the history
* gha: checkout/v4
* access check
  • Loading branch information
IvoBCD authored Dec 28, 2024
1 parent 47f3d2a commit c5ff56c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ jobs:
name: Zephyr build action
runs-on: ubuntu-latest
steps:
- name: PLTcloud Access Check
uses: bcdevices/[email protected]
with:
API_TOKEN: ${{ secrets.API_TOKEN }}
PROJECT_UUID: ${{ secrets.PROJECT_UUID }}
VERBOSE: 'true'
- name: checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Gen version
run: ./GIT-VERSION-GEN
- name: build zepyhr
Expand All @@ -20,6 +26,7 @@ jobs:
PROJECT_UUID: ${{ secrets.PROJECT_UUID }}
FILES: ./dist/*demo*
VERSION: ${{ github.ref }}
VERBOSE: 'true'
- name: Publish release
uses: meeDamian/[email protected]
if: contains(github.ref, 'tags')
Expand Down

0 comments on commit c5ff56c

Please sign in to comment.