Skip to content

Updated this application to be compatible with php 8. #1

Updated this application to be compatible with php 8.

Updated this application to be compatible with php 8. #1

Workflow file for this run

name: Build web on push to main
on:
push:
branches:
- main
jobs:
build-unstable:
name: Build unstable ${{ github.sha }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1

Check failure on line 11 in .github/workflows/build-web.yml

View workflow run for this annotation

GitHub Actions / Build web on push to main

Invalid workflow file

The workflow is not valid. .github/workflows/build-web.yml (Line: 11, Col: 11): Secret GH_PACKAGE_READ_TOKEN is required, but not provided while calling.
with:
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ github.sha }}
dockerfile: Dockerfile