Skip to content
Snippets Groups Projects
Unverified Commit af46584f authored by Ashish Kurmi's avatar Ashish Kurmi Committed by GitHub
Browse files

ci: add minimum GitHub token permissions for workflows (#19138)

parent 95a149d7
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ on:
paths:
- .github/workflows/build-image.yml
- Dockerfile
permissions:
contents: read
jobs:
build-image:
runs-on: ubuntu-latest
......
......@@ -9,6 +9,9 @@ on:
env:
RAILS_ENV: test
permissions:
contents: read
jobs:
check-i18n:
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment