Skip to content

Merge pull request #7566 from yuxiang-zhang/update-workflows #113

Merge pull request #7566 from yuxiang-zhang/update-workflows

Merge pull request #7566 from yuxiang-zhang/update-workflows #113

name: publish-release-candidate
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]'
jobs:
test-and-build:
uses: ./.github/workflows/test-and-build.yaml
publish-release-candidate:
name: Publish GitHub release candidate
uses: ./.github/workflows/publish-release-type.yaml
needs: [test-and-build]
with:
isReleaseCandidate: true
name: release candidate
secrets:
githubToken: ${{ secrets.EKSCTLBOT_TOKEN }}
slackToken: ${{ secrets.WEAVEWORKS_SLACK_EKSCTLBOT_TOKEN }}

Check failure on line 19 in .github/workflows/publish-release-candidate.yaml

View workflow run for this annotation

GitHub Actions / publish-release-candidate

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release-candidate.yaml (Line: 19, Col: 19): Invalid secret, slackToken is not defined in the referenced workflow.