Skip to content

chore(ci): Fix secrets passing for reusable workflows #8

chore(ci): Fix secrets passing for reusable workflows

chore(ci): Fix secrets passing for reusable workflows #8

Workflow file for this run

name: "Backport merged pull request"
on:
pull_request:
types: [closed]
issue_comment:
types: [created]
# Default empty permissions for all jobs
permissions: {}
jobs:
backport:
permissions:
contents: write
pull-requests: write
id-token: write
if: |
(
github.event_name == 'pull_request' &&
github.event.pull_request.merged
) || (
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/backport')
)
uses: opentdf/platform/.github/workflows/reusable_backport.yaml@main

Check failure on line 26 in .github/workflows/backport.yaml

View workflow run for this annotation

GitHub Actions / Backport merged pull request

Invalid workflow file

The workflow is not valid. .github/workflows/backport.yaml (Line: 26, Col: 11): Secret APP_ID is required, but not provided while calling. .github/workflows/backport.yaml (Line: 26, Col: 11): Secret AUTOMATION_KEY is required, but not provided while calling.