Skip to content

CI/CD Dependabot Auto-Merge Pipeline #7

CI/CD Dependabot Auto-Merge Pipeline

CI/CD Dependabot Auto-Merge Pipeline #7

name: CI/CD Dependabot Auto-Merge Pipeline
on:
workflow_run:
workflows: ['CI/CD Pull Request Pipeline']
types:
- completed
secrets:
GH_TOKEN:
description: 'Automatically generated token that GitHub provides for every workflow run'
required: true
permissions:
contents: write
pull-requests: write
jobs:
dependabot-auto-merge:
uses: kurocado-studio/devops/.github/workflows/workflow.dependabot-auto-merge.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Check failure on line 22 in .github/workflows/ci.dependabot.automerge.yml

View workflow run for this annotation

GitHub Actions / CI/CD Dependabot Auto-Merge Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/ci.dependabot.automerge.yml (Line: 22, Col: 18): Invalid secret, NPM_TOKEN is not defined in the referenced workflow.