Skip to content

Releasing 2.4.2

Releasing 2.4.2 #3

Workflow file for this run

name: Built Release
on:
push:
branches:
- develop
jobs:
built-release:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
if: ${{ github.repository != 'alleyinteractive/create-wordpress-plugin' }}
with:
node: 16
php: '8.2'
github_token: ${{ secrets.GH_TOKEN }}

Check failure on line 15 in .github/workflows/built-release.yml

View workflow run for this annotation

GitHub Actions / Built Release

Invalid workflow file

The workflow is not valid. .github/workflows/built-release.yml (Line: 15, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GH_TOKEN
composer_install: true
draft: false