openwallet-foundation-labs / sd-jwt-js

A JavaScript implementation of the Selective Disclosure JWT (SD-JWT) spec.
https://sdjwt.js.org/
Apache License 2.0
36 stars 12 forks source link

feat: set token for deployment #174

Closed cre8 closed 6 months ago

cre8 commented 6 months ago

The release workflow will update the code by writing a new version number to the files. But since we have a protection rule on the main branch, we can not push directly. So the solution is to use a personal github token where the user is authorised to bypass the call.

In the future it would be better to use an app for this, see this discussion. https://github.com/orgs/community/discussions/13836

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.03%. Comparing base (42a10c1) to head (8f696b2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #174 +/- ## ======================================= Coverage 98.03% 98.03% ======================================= Files 23 23 Lines 2082 2082 Branches 307 307 ======================================= Hits 2041 2041 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lukasjhan commented 6 months ago

LGTM :)