Skip to content

build(deps): bump super-linter/super-linter from 7.4.0 to 8.3.0 (#62) #255

build(deps): bump super-linter/super-linter from 7.4.0 to 8.3.0 (#62)

build(deps): bump super-linter/super-linter from 7.4.0 to 8.3.0 (#62) #255

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions: {}
jobs:
ci:
uses: ./.github/workflows/ci.yml
permissions:
contents: write
secrets:
GH_APP_CREDS: ${{ secrets.GH_APP_CREDS }}

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 21): Invalid secret, GH_APP_CREDS is not defined in the referenced workflow.
release:
name: release
runs-on: ubuntu-latest
needs: ci
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 20
package-cache-manager: false
- run: npm install --save-dev semantic-release-major-tag
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}