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

fix(actions): gen new token inside triage-labeled-issues action #6699

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matthewgallo
Copy link
Member

Closes #6696

Uses tibdex/github-app-token to generate a new token whenever this action is run, this helps us to avoid expired tokens in actions.

What did you change?

.github/workflows/triage-labeled-issues.yml

How did you test and verify your work?

Verified tibdex/github-app-token usage across other actions

@matthewgallo matthewgallo requested review from elycheea, kennylam and a team as code owners January 14, 2025 16:48
Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 86c0c71
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/6786956bd653460008891689
😎 Deploy Preview https://deploy-preview-6699--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit 86c0c71
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/6786956b73fbb100083795c3
😎 Deploy Preview https://deploy-preview-6699--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@matthewgallo matthewgallo changed the title fix(actions): gen new token inside action fix(actions): gen new token inside triage-labeled-issues actions Jan 14, 2025
@matthewgallo matthewgallo changed the title fix(actions): gen new token inside triage-labeled-issues actions fix(actions): gen new token inside triage-labeled-issues action Jan 14, 2025
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.71%. Comparing base (24eeecc) to head (86c0c71).
Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6699   +/-   ##
=======================================
  Coverage   80.70%   80.71%           
=======================================
  Files         397      397           
  Lines       12923    12940   +17     
  Branches     4286     4291    +5     
=======================================
+ Hits        10430    10444   +14     
- Misses       2493     2496    +3     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token used for Triage labeled issues action has expired
2 participants