Skip to content
Snippets Groups Projects
Commit 9e3ce3f3 authored by Frédéric Guillot's avatar Frédéric Guillot
Browse files

Set read-all permission to GITHUB_TOKEN for CI jobs

parent a98e479e
No related branches found
No related tags found
No related merge requests found
name: CI Workflow
permissions: read-all
on:
pull_request:
branches:
......
......@@ -11,6 +11,8 @@
#
name: "CodeQL"
permissions: read-all
on:
push:
branches: [ master ]
......
name: Docker
permissions: read-all
on:
schedule:
- cron: '0 1 * * *'
......
name: Linters
permissions: read-all
on:
pull_request:
branches:
......
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