Skip to content

Add missing token to dependabot #24

Add missing token to dependabot

Add missing token to dependabot #24

Workflow file for this run

name: Continuous Integration
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
pull_request_target:
types: [ opened, synchronize, reopened, ready_for_review ]
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pipeline:
strategy:
fail-fast: false
matrix:
service: [ spring-boot-app-template ]
uses: yonatankarp/github-actions/.github/workflows/ci.yml@v1
with:
app_name: ${{ matrix.service }}
dependabot_auto_merge:
needs: pipeline
if: ${{ github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]' }}
uses: yonatankarp/github-actions/.github/workflows/dependabot-auto-merge.yml@v1

Check failure on line 26 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 26, Col: 11): Secret GITHUB_PAT is required, but not provided while calling.
secrets:
GITHUB_PAT: ${{ secrets.REVIEWER_GITHUB_TOKEN }}
linters:
uses: yonatankarp/github-actions/.github/workflows/linters.yml@v1