Skip to content

Commit

Permalink
build: harden ci.yml permissions (#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>

Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura committed Jan 2, 2023
1 parent 4e70cca commit c8b1feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -2,6 +2,9 @@ name: babel-loader

on: [push, pull_request]

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
lint:
name: lint
Expand Down

0 comments on commit c8b1feb

Please sign in to comment.