Skip to content

Add base permissions to GitHub Actions workflows #322

Add base permissions to GitHub Actions workflows

Add base permissions to GitHub Actions workflows #322

Workflow file for this run

jobs:
ci:

Check failure on line 2 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 2, Col: 3): Error calling workflow 'praw-dev/.github/.github/workflows/ci.yml@main'. The workflow is requesting 'actions: read, checks: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, checks: none, deployments: none, discussions: none, issues: none, packages: none, pages: none, pull-reque[...]
name: CI
secrets: inherit
uses: praw-dev/.github/.github/workflows/ci.yml@main
with:
package: asyncprawcore
name: CI
on: [ pull_request, push ]
permissions:
contents: read