Skip to content

Commit

Permalink
gha: pltcloud-action: v1.1.4 -> v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD committed Dec 28, 2024
1 parent c5ff56c commit fd6caa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PLTcloud Access Check
uses: bcdevices/[email protected].4
uses: bcdevices/[email protected].5
with:
API_TOKEN: ${{ secrets.API_TOKEN }}
PROJECT_UUID: ${{ secrets.PROJECT_UUID }}
Expand All @@ -19,7 +19,7 @@ jobs:
- name: build zepyhr
uses: ./.github/actions/action-zephyr
- name: PLTcloud
uses: bcdevices/[email protected].4
uses: bcdevices/[email protected].5
if: contains(github.ref, 'tags')
with:
API_TOKEN: ${{ secrets.API_TOKEN }}
Expand Down

0 comments on commit fd6caa9

Please sign in to comment.