Skip to content

Commit

Permalink
Add write permissions to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Oct 1, 2024
1 parent 76b5806 commit 0b0259d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build and Test

permissions:
contents: write
statuses: write
actions: read

on:
issue_comment:
types:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: 'Automatic version updates'

permissions:
contents: write
statuses: write
actions: read

on:
schedule:
# minute hour dom month dow (UTC)
Expand Down

0 comments on commit 0b0259d

Please sign in to comment.