Skip to content

Merge pull request #50 from CostasAK/dependabot/github_actions/depend… #14

Merge pull request #50 from CostasAK/dependabot/github_actions/depend…

Merge pull request #50 from CostasAK/dependabot/github_actions/depend… #14

Workflow file for this run

name: Continuous Deployment
on:
push:
branches: [main]
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.yml
cloudflare:
needs: [test]
permissions:
contents: read
deployments: write
uses: ./.github/workflows/cloudflare.yml
secrets: inherit
gh-pages:

Check failure on line 20 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Continuous Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 20, Col: 3): Error calling workflow 'CostasAK/ffxiv-buddy/.github/workflows/gh-pages.yml@c8430b71e30bece92868307fd22861e462f885a7'. The nested job 'deploy' is requesting 'actions: read', but is only allowed 'actions: none'.
needs: [test]
permissions:
contents: read
deployments: write
pages: write
id-token: write
uses: ./.github/workflows/gh-pages.yml