You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ In case you need an introduction on how to get started with GitHub, use [GitHub
20
20
1.[Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) or [Import](https://docs.github.com/en/migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer) this repository.
21
21
2. Create a [__New repository secret__](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions) for GitHub Actions. __Name__ it `IAR_LMS_BEARER_TOKEN`, paste your CI Token under __Secret__ and click __Add secret__
3.[Manually run the workflow](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow), or else trigger a new build by commiting and pushing changes to your repository.
On your repository, navigate to the [`.github/workflows/arm.yml`](.github/workflows/arm.yml) workflow file. This file uses the [GitHub-flavored YAML syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) to describe a pipeline containing multiple jobs found in a typical embedded firmware project. This entire pipeline runs in [IAR Cloud-ready Containers](https://github.com/iarsystems/containers).
0 commit comments