mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-02-01 12:42:38 +00:00
fix(ci): permissions
This commit is contained in:
6
.github/workflows/pr-lint.yml
vendored
6
.github/workflows/pr-lint.yml
vendored
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||
name: PR Lint
|
||||
|
||||
on:
|
||||
@@ -11,3 +12,8 @@ on:
|
||||
jobs:
|
||||
SuperLinter:
|
||||
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read
|
||||
statuses: write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user