Skip to content

Commit 9b44120

Browse files
committed
job level perms
1 parent 48b260c commit 9b44120

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/agent-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
branches:
66
- main
77
workflow_dispatch:
8-
9-
permissions:
10-
id-token: write
11-
contents: read
12-
138
jobs:
149
check-package-version:
1510
name: Check package version and detect an update
@@ -37,6 +32,7 @@ jobs:
3732
if: needs.check-package-version.outputs.is-new-version == 'true'
3833
permissions:
3934
contents: read
35+
id-token: write
4036
steps:
4137
- name: Checkout repository
4238
uses: actions/checkout@v4

0 commit comments

Comments
 (0)