Skip to content

update secrets

update secrets #3

Workflow file for this run

name: Use Tool Update Workflow
on:
push:
branches:
- file-reference-basis
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-tool-update:
uses: gematik/spec-isik-basismodul/.github/workflows/main.yml@Update-dependency-trigger
secrets:
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}

Check failure on line 15 in .github/workflows/basis-reference.yml

View workflow run for this annotation

GitHub Actions / Use Tool Update Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/basis-reference.yml (Line: 15, Col: 28): Invalid secret, SIMPLIFIER_USERNAME is not defined in the referenced workflow. .github/workflows/basis-reference.yml (Line: 16, Col: 28): Invalid secret, SIMPLIFIER_PASSWORD is not defined in the referenced workflow.
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
WORKFLOW_PERMISSION_GITHUB: ${{ secrets.WORKFLOW_PERMISSION_GITHUB }}