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

Use OIDC for triggering npm publishing pipelines #4649

Merged
merged 10 commits into from
May 23, 2024

Conversation

JamesBurnside
Copy link
Member

What

  • Update to use existing az login for triggering npm publishing pipelines
    • Generate an access token as the PAT as the Azure/pipelines action does not natively support OIDC login
  • In the backend we have updated the registration to have access to the publishing pipeline

Why

No more PAT! 🎉

How Tested

Ran successful alpha release: https://github.com/Azure/communication-ui-library/actions/runs/9201207206

Copy link
Contributor

github-actions bot commented May 23, 2024

CallWithChat bundle size is not changed.

  • Current size: 6171038
  • Base size: 6171038
  • Diff size: 0

Copy link
Contributor

github-actions bot commented May 23, 2024

Chat bundle size is not changed.

  • Current size: 2057173
  • Base size: 2057173
  • Diff size: 0

Copy link
Contributor

github-actions bot commented May 23, 2024

Calling bundle size is not changed.

  • Current size: 4846447
  • Base size: 4846447
  • Diff size: 0

Copy link
Contributor

github-actions bot commented May 23, 2024

@azure/communication-react jest test coverage for stable.

Lines Statements Functions Branches
Base 25778 / 40006
64.43%
25778 / 40006
64.43%
710 / 1255
56.57%
2063 / 3249
63.49%
Current 25836 / 40006
64.58%
25836 / 40006
64.58%
710 / 1255
56.57%
2076 / 3263
63.62%
Diff 58 / 0
0.15%
58 / 0
0.15%
0 / 0
0%
13 / 14
0.13%

Copy link
Contributor

github-actions bot commented May 23, 2024

@azure/communication-react jest test coverage for beta.

Lines Statements Functions Branches
Base 50207 / 80236
62.57%
50207 / 80236
62.57%
1028 / 2278
45.12%
2932 / 4811
60.94%
Current 50268 / 80236
62.65%
50268 / 80236
62.65%
1028 / 2278
45.12%
2974 / 4835
61.5%
Diff 61 / 0
0.08%
61 / 0
0.08%
0 / 0
0%
42 / 24
0.56%

@JamesBurnside JamesBurnside merged commit a362e29 into main May 23, 2024
40 checks passed
@JamesBurnside JamesBurnside deleted the jaburnsi/remove-pat-usage-in-npm-release branch May 23, 2024 18:38
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.

None yet

7 participants