Skip to content

Commit fb88299

Browse files
fix(ci): fix super-linter workflow permissions (#1398)
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent 3ec5c7d commit fb88299

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121

2222
permissions:
2323
contents: read
24+
packages: read
25+
# To report GitHub Actions status checks
26+
statuses: write
2427

2528
###############
2629
# Set the Job #
@@ -50,7 +53,6 @@ jobs:
5053
# Full git history is needed to get a proper list
5154
# of changed files within `super-linter`
5255
fetch-depth: 0
53-
token: ${{ secrets.SUPER_LINTER_TOKEN }}
5456

5557
################################
5658
# Run Linter against code base #

0 commit comments

Comments
 (0)