Skip to content

Fix readme environment variables #6

Fix readme environment variables

Fix readme environment variables #6

Workflow file for this run

name: PR Validation
on:
pull_request:
branches:
- main
jobs:
validate-app:

Check failure on line 9 in .github/workflows/pr-validation.yml

View workflow run for this annotation

GitHub Actions / PR Validation

Invalid workflow file

The workflow is not valid. .github/workflows/pr-validation.yml (Line: 9, Col: 5): Error calling workflow 'cloudness-io/cloudness/.github/workflows/_build-app.yml@b202e477aa30d710df2b2343d4808cc998405a56'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: read'.
name: Validate App
permissions:
contents: read
packages: read
uses: ./.github/workflows/_build-app.yml
with:
enable-cache: true
push-images: false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
validate-builder:
name: Validate Builder
permissions:
contents: read
packages: read
uses: ./.github/workflows/_build-builder.yml
with:
enable-cache: true
push-images: false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}