fix(jwt): Add user information in jwt for showing UI according to user permission level #221
Workflow file for this run
This file contains 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
# SPDX-FileCopyrightText: 2023 Siemens AG | |
# SPDX-FileContributor: Gaurav Mishra <[email protected]> | |
# SPDX-License-Identifier: GPL-2.0-only | |
name: REUSE Compliance Check | |
concurrency: | |
group: static-${{ github.head_ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
REUSE-Compliance-Check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v1 |