Skip to content

Commit 7ed857f

Browse files
committed
Try to fix a workflow permission issue.
The workflow is not valid. .github/workflows/pages.yml (Line: 18, Col: 3): Error calling workflow 'tt-rss/tt-rss.github.io/.github/workflows/lint.yml@ec7e8c8'. The nested job 'super-linter' is requesting 'packages: read', but is only allowed 'packages: none'.
1 parent ec7e8c8 commit 7ed857f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: read
19-
packages: read
2019
statuses: write
2120
steps:
2221
- name: Checkout

0 commit comments

Comments
 (0)