feat(internet-identity): update for @icp-sdk/auth v7 API and identity attributes #269
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR | |
| on: | |
| pull_request: | |
| concurrency: | |
| group: ci-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| checks: | |
| uses: ./.github/workflows/_checks.yml | |
| permissions: | |
| contents: read | |
| pull-requests: write |