Skip to content

Commit bd3b632

Browse files
authored
chore(ci): fix permissions in publish.yml
Removed redundant permissions declaration from the publish job.
1 parent 7a38c3b commit bd3b632

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
tags:
77
- 'v*'
88

9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: read
12+
913
jobs:
1014
publish:
1115
runs-on: ubuntu-latest
12-
permissions:
13-
contents: read
14-
id-token: write
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)