There was an error while loading. Please reload this page.
1 parent 5fed909 commit 210c43fCopy full SHA for 210c43f
2 files changed
.github/workflows/release.yaml
@@ -5,8 +5,7 @@ on:
5
types: [published]
6
7
permissions:
8
- contents: read
9
- pull-requests: read
+ id-token: write
10
11
jobs:
12
release:
.github/workflows/workflow.yaml
@@ -6,7 +6,8 @@ on:
pull_request:
- id-token: write
+ contents: read
+ pull-requests: read
13
build-lint-test:
0 commit comments