Skip to content

Commit

Permalink
fix: Fix permissions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 21, 2023
1 parent b7b38a4 commit b7e585b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -20,7 +20,8 @@ on:
schedule:
- cron: '19 15 * * 6'

permissions: read
permissions:
contents: read

jobs:
analyze:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Expand Up @@ -4,7 +4,8 @@ on:
branches:
- main

permissions: read
permissions:
contents: read

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-check.yml
Expand Up @@ -5,8 +5,7 @@ on:
branches:
- main

permissions:
contents: read
permissions: read-all

concurrency:
group: "ci-check"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -3,7 +3,8 @@ on:
branches:
- main

permissions: read
permissions:
contents: read

name: release-please

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/snyk.yml
Expand Up @@ -7,7 +7,8 @@ on:
branches:
- main

permissions: read
permissions:
contents: read

jobs:
security:
Expand Down

0 comments on commit b7e585b

Please sign in to comment.