Skip to content

Commit

Permalink
Add login
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Jul 26, 2024
1 parent 3a99f7b commit 685e07b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/credcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: credentials-sanity-check

on:
workflow_dispatch:
inputs:
login:
description: 'Login to translate'
required: true

jobs:
check-credentials:
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
steps:
- id: secrets
Expand All @@ -20,3 +21,4 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
jira-user: 'N/A'
jira-token: 'N/A'
login: ${{inputs.login}}

0 comments on commit 685e07b

Please sign in to comment.