Skip to content

Commit 1fff3f4

Browse files
Update GitHub Actions
1 parent 005768e commit 1fff3f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
type: string
1313
required: true
1414

15-
permissions: write-all
15+
permissions:
16+
contents: write
17+
pull-requests: write
1618

1719
env:
1820
TAG_NAME: ${{ inputs.tag || github.event.inputs.tag }}

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- '**builds/notifications'
79
workflow_dispatch:
810

911
jobs:

0 commit comments

Comments
 (0)