Skip to content

add secret usage

add secret usage #18

Workflow file for this run

---
name: release
on:
push:
branches: [main]
env:
TEMPLATE_REPOSITORY: telekom-mms/terraform-template
jobs:
call-readme:
if: github.repository != '$TEMPLATE_REPOSITORY'
uses: telekom-mms/.github/.github/workflows/terraform_docs.yml@main
call-release:
if: github.repository != '$TEMPLATE_REPOSITORY'
uses: telekom-mms/.github/.github/workflows/release.yml@main

Check failure on line 17 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 17, Col: 11): Secret GH_BRANCH_PROTECTION_APP_TOKEN is required, but not provided while calling. .github/workflows/release.yml (Line: 21, Col: 33): Invalid secret, GH_APP_CREDENTIALS_TOKEN is not defined in the referenced workflow.
with:
files: README.md
secrets:
GH_APP_CREDENTIALS_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}