Skip to content

Commit

Permalink
ci: fix failed to call GitHub Status API
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz committed Dec 19, 2024
1 parent d276032 commit 98e49f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:
push:
branches:
- main
permissions:
contents: read
packages: read
statuses: write
permissions: {}
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
-
name: Checkout Code
Expand Down

0 comments on commit 98e49f9

Please sign in to comment.