Skip to content

Commit 8759e39

Browse files
committedOct 1, 2024·
Add write permissions to workflows
1 parent 9642917 commit 8759e39

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.github/workflows/build_and_test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build and Test
22

3+
permissions:
4+
contents: write
5+
statuses: write
6+
actions: read
7+
38
on:
49
issue_comment:
510
types:

‎.github/workflows/bump.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'Automatic version updates'
22

3+
permissions:
4+
contents: write
5+
statuses: write
6+
actions: read
7+
38
on:
49
schedule:
510
# minute hour dom month dow (UTC)

0 commit comments

Comments
 (0)
Please sign in to comment.