Skip to content

Commit

Permalink
Try to adjust permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 14, 2024
1 parent 0a3f7fc commit 45f9102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-22.04
permissions:
actions: write
workflows: write

Check failure on line 20 in .github/workflows/docs.yaml

View workflow job for this annotation

GitHub Actions / lint / lint-github-action

unknown permission scope "workflows". all available permission scopes are "actions", "checks", "contents", "deployments", "discussions", "id-token", "issues", "packages", "pages", "pull-requests", "repository-projects", "security-events", "statuses"
contents: write
pull-requests: write
steps:
Expand Down

0 comments on commit 45f9102

Please sign in to comment.