Skip to content

Commit

Permalink
fix(ci): fix super-linter workflow permissions (#1398)
Browse files Browse the repository at this point in the history
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
  • Loading branch information
GoetzGoerisch authored Jan 2, 2025
1 parent 3ec5c7d commit fb88299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:

permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write

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

################################
# Run Linter against code base #
Expand Down

0 comments on commit fb88299

Please sign in to comment.