Skip to content

Commit a3dc5a9

Browse files
authored
Merge pull request #224 from maevsi/ci/github/workflow-permissions
ci(github): set workflow permissions
2 parents c19359b + 361af0d commit a3dc5a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
push:

.github/workflows/release-schedule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Release: Scheduled"
22

3+
permissions:
4+
contents: read
5+
36
on:
47
schedule:
58
- cron: "0 0 * * 0" # Every Sunday at 00:00 AM UTC on the default branch

0 commit comments

Comments
 (0)