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

chore(ci): fix permissions preventing Github release creation #2149

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

nathanklick
Copy link
Member

Descripton

This pull request changes the following:

  • Updates the release workflow permissions to ensure the Github release can be created using the CI provided token.
  • Updates dependabot.yml to ensure package updates are applied to both the package.json and package-lock.json files.

Related Issues

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Copy link

sonarcloud bot commented Feb 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (641e18c) 84.34% compared to head (be3b829) 84.35%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2149   +/-   ##
========================================
  Coverage    84.34%   84.35%           
========================================
  Files          305      305           
  Lines        76225    76225           
========================================
+ Hits         64295    64300    +5     
+ Misses       11930    11925    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@svetoslav-nikol0v svetoslav-nikol0v merged commit 2895a6c into develop Feb 21, 2024
10 checks passed
@svetoslav-nikol0v svetoslav-nikol0v deleted the 02142-CI-Release-Perms branch February 21, 2024 07:04
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.

CI: Release workflow prerelease handling
2 participants