-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[NCSDK-29365] actions: Force rebuilding toolchain bundles #19175
[NCSDK-29365] actions: Force rebuilding toolchain bundles #19175
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 013ac4ed44bd009019c2b80a69c8b4af2a896d03 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
uses: actions/create-github-app-token@v1 | ||
id: app-token | ||
with: | ||
app-id: ${{ vars.JENKINS_NCS_APP_ID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this app has access scope for just writing checks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the same App we use to report status from Jenkins
This prevents race condition issue when new toolchain bundle has to be built after PR is merged Signed-off-by: Jan Gałda <[email protected]>
17e1597
to
013ac4e
Compare
This prevents race condition issue when new toolchain bundle has to be built after PR is merged