Skip to content

Bump senzing-factory/build-resources/.github/workflows/cspell.yaml from 3 to 4 #47

Bump senzing-factory/build-resources/.github/workflows/cspell.yaml from 3 to 4

Bump senzing-factory/build-resources/.github/workflows/cspell.yaml from 3 to 4 #47

name: add to project senzing github organization dependabot
on:
pull_request:
branches: [main]
permissions: {}
jobs:
add-to-project-dependabot:
permissions:
repository-projects: write
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v4

Check failure on line 15 in .github/workflows/add-to-project-senzing-dependabot.yaml

View workflow run for this annotation

GitHub Actions / add to project senzing github organization dependabot

Invalid workflow file

The workflow is not valid. .github/workflows/add-to-project-senzing-dependabot.yaml (Line: 15, Col: 11): Secret PROJECT_RW_TOKEN is required, but not provided while calling. .github/workflows/add-to-project-senzing-dependabot.yaml (Line: 14, Col: 40): Invalid secret, SENZING_GITHUB_PROJECT_RW_TOKEN is not defined in the referenced workflow.
with:
project: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }}
slack-notification:
needs: [add-to-project-dependabot]
if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project-dependabot.outputs.job-status) }}
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4
with:
job-status: ${{ needs.add-to-project-dependabot.outputs.job-status }}