Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Commit 210c43f

Browse files
committed
release
1 parent 5fed909 commit 210c43f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
types: [published]
66

77
permissions:
8-
contents: read
9-
pull-requests: read
8+
id-token: write
109

1110
jobs:
1211
release:

.github/workflows/workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77

88
permissions:
9-
id-token: write
9+
contents: read
10+
pull-requests: read
1011

1112
jobs:
1213
build-lint-test:

0 commit comments

Comments
 (0)