Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-83] Update README.md #8

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

syncom
Copy link
Member

@syncom syncom commented May 16, 2024

Add example usage. Fix typos.

@syncom syncom requested a review from a team as a code owner May 16, 2024 04:22
Copy link

linear bot commented May 16, 2024

ENG-83 Create a GitHub action to allow OTA release to be made from GitHub workflows

Create a GitHub action to allow an OTA release to be done from a build pipeline. Sample syntax to use the GitHub action in a GHA workflow

- name: 'OTA release'
  uses: thistletech/ota-releasev1.0.0
  with:
    releaseType: 'file' (or 'archive' or 'rootfs')
    artifact: /path/to/artifacts
    fileBasePathOnTarget: /path/to/target-base-dir 
    projectAccessToken: ${{ secrets.THISTLE_TOKEN }}
    signingKeyManagement: 'remote' (or 'local')
    

Add example usage. Fix typos.
@syncom syncom force-pushed the syncom/update-readme-add-example-usage branch from 88cc80a to b43c8e4 Compare May 16, 2024 04:29
@syncom syncom merged commit f80c7aa into main May 16, 2024
2 checks passed
@syncom syncom deleted the syncom/update-readme-add-example-usage branch May 16, 2024 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant