Skip to content

Components shall provide the capability to uniquely identify and authenticate all human users. #116

Components shall provide the capability to uniquely identify and authenticate all human users.

Components shall provide the capability to uniquely identify and authenticate all human users. #116

Workflow file for this run

name: Action Test
on:
issues:
types:
- labeled
jobs:
label:
runs-on: ubuntu-latest
name: Add label to Issue if it is secure
steps:
- uses: actions/checkout@v3
- uses: ./ # load and run local action
if: github.event.label.name == 'testing'
name: Label an issue
with:
rqcode-token: ${{ secrets.RQCODE_TOKEN }}
platform: windows_10
username: ${{ secrets.ARQAN_USER }}
password: ${{ secrets.ARQAN_PASS }}
create-issues: 'false'