Skip to content

credentials-sanity-check #17

credentials-sanity-check

credentials-sanity-check #17

Workflow file for this run

name: credentials-sanity-check
on:
workflow_dispatch:
inputs:
login:
description: 'Login to translate'
required: true
jobs:
check-credentials:
runs-on: ubuntu-latest
permissions:
id-token: write
pull-requests: write
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/Test@Pavel/Dev
with:
github-token: ${{secrets.GITHUB_TOKEN}}
jira-user: 'N/A'
jira-token: 'N/A'
login: ${{inputs.login}}