We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b260c commit 0f4f199Copy full SHA for 0f4f199
1 file changed
.github/workflows/agent-release.yml
@@ -5,11 +5,6 @@ on:
5
branches:
6
- main
7
workflow_dispatch:
8
-
9
-permissions:
10
- id-token: write
11
- contents: read
12
13
jobs:
14
check-package-version:
15
name: Check package version and detect an update
@@ -37,6 +32,7 @@ jobs:
37
32
if: needs.check-package-version.outputs.is-new-version == 'true'
38
33
permissions:
39
34
contents: read
35
+ id-token: write
40
36
steps:
41
- name: Checkout repository
42
uses: actions/checkout@v4
0 commit comments