Skip to content

Commit 8bc7acc

Browse files
authored
fix: fix workflows (#11)
1 parent ba10b63 commit 8bc7acc

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/workflows/check-bun-dependencies.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: "0 0 * * *"
6+
permissions:
7+
contents: read
8+
pull-requests: write
69
jobs:
710
call-check-bun-dependencies:
811
uses: flowscripter/.github/.github/workflows/check-bun-dependencies.yml@v1

.github/workflows/lint-pr-message.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- opened
66
- edited
77
- synchronize
8+
permissions:
9+
contents: read
810
jobs:
911
call-lint-pr-message:
1012
uses: flowscripter/.github/.github/workflows/lint-pr-message.yml@v1

.github/workflows/release-bun-executable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: release-bun-executable
22
on:
33
push:
44
branches: [main]
5+
permissions:
6+
contents: write
7+
issues: write
8+
pull-requests: write
9+
id-token: write
10+
pages: write
511
jobs:
612
call-release-bun-executable:
713
uses: flowscripter/.github/.github/workflows/release-bun-executable.yml@v1

.github/workflows/validate-bun-executable-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: validate-bun-executable-pr
22
on:
33
pull_request:
44
branches: [main]
5+
permissions:
6+
contents: read
57
jobs:
68
call-validate-bun-executable-pr:
79
uses: flowscripter/.github/.github/workflows/validate-bun-executable-pr.yml@v1

0 commit comments

Comments
 (0)