Skip to content

fix(service): Add systemd unit option that prevents service from fail… #7

fix(service): Add systemd unit option that prevents service from fail…

fix(service): Add systemd unit option that prevents service from fail… #7

Workflow file for this run

---
name: release
"on":
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
packages: write
attestations: write
id-token: write
jobs:
release:
uses: sous-chefs/.github/.github/workflows/[email protected]

Check failure on line 19 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "sous-chefs/.github/.github/workflows/[email protected]" (source tag with sha:2210611be0d29b98d665ea289da67ad4c67dce33) : (Line: 83, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.slack_bot_token != '', (Line: 104, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.slack_bot_token != ''
secrets:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}