Skip to content

Commit eb433f5

Browse files
committed
cd: move permissions to release job
1 parent db8cd23 commit eb433f5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: .github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ on:
55
branches:
66
- main
77

8-
permissions:
9-
id-token: write
10-
contents: write
11-
pull-requests: write
12-
138
concurrency: ${{ github.workflow }}-${{ github.ref }}
149

1510
jobs:
1611
release:
1712
name: Check and Release
1813
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: write
16+
contents: write
17+
pull-requests: write
1918
steps:
2019
- name: Checkout Repo
2120
uses: actions/checkout@v4

0 commit comments

Comments
 (0)