Skip to content

Commit 582cd8e

Browse files
committed
chore(ci): update permissions
1 parent f09dfae commit 582cd8e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ jobs:
1111
if: github.repository_owner == 'bombshell-dev'
1212
uses: bombshell-dev/automation/.github/workflows/format.yml@main
1313
secrets: inherit
14+
permissions:
15+
contents: write
16+
pull-requests: write

.github/workflows/preview.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ jobs:
99
if: github.repository_owner == 'bombshell-dev'
1010
uses: bombshell-dev/automation/.github/workflows/preview.yml@main
1111
secrets: inherit
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
id-token: write
1216
with:
13-
publish: '.'
17+
publish: "."

.github/workflows/publish.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ jobs:
1111
if: github.repository_owner == 'bombshell-dev'
1212
uses: bombshell-dev/automation/.github/workflows/publish.yml@main
1313
secrets: inherit
14-
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
id-token: write

0 commit comments

Comments
 (0)