Skip to content

Commit

Permalink
access check
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD committed Dec 28, 2024
1 parent 977d011 commit ccba286
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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@v4
- name: Gen version
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 ccba286

Please sign in to comment.