Skip to content

Commit

Permalink
gh: Use bcdevices/pltcloud-action (#47)
Browse files Browse the repository at this point in the history
Use the packaged pltcloud-action, instead of a locally defined GitHub action.
  • Loading branch information
IvoBCD authored Jan 31, 2023
1 parent 4f1a1eb commit e050f7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
33 changes: 0 additions & 33 deletions .github/actions/action-pltcloud/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions .github/actions/action-pltcloud/entrypoint.sh

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
- name: build zepyhr
uses: ./.github/actions/action-zephyr
- name: PLTcloud
uses: ./.github/actions/action-pltcloud
uses: bcdevices/pltcloud[email protected]
if: contains(github.ref, 'tags')
env:
with:
API_TOKEN: ${{ secrets.API_TOKEN }}
PROJECT_UUID: ${{ secrets.PROJECT_UUID }}
FILES: ./dist/*demo*
VERSION: ${{ github.ref }}
- name: Publish release
uses: meeDamian/[email protected]
if: contains(github.ref, 'tags')
Expand Down

1 comment on commit e050f7f

@phillipjohnston
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good timing - I was just going to open an issue to suggest this.

Please sign in to comment.