We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28da7b9 commit 308115cCopy full SHA for 308115c
2 files changed
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- "**"
7
8
+permissions:
9
+ contents: read
10
+ pull-requests: write
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
@@ -28,8 +32,5 @@ jobs:
28
32
29
33
- name: Run Makefile target
30
34
run: make
31
- permissions:
- contents: read
- pull-requests: write
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/gitleaks.yml
@@ -1,10 +1,16 @@
1
name: Gitleaks
2
3
on:
4
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # run once a day at 4 AM
15
scan:
16
@@ -17,8 +23,5 @@ jobs:
17
23
18
24
- name: Run Gitleaks
19
25
uses: gitleaks/gitleaks-action@v2
20
21
22
26
27
0 commit comments