diff options
author | 2022-09-19 11:32:31 -0400 | |
---|---|---|
committer | 2022-09-19 08:32:31 -0700 | |
commit | ba6ebbd37da7316355b8691e5aa739f399a76af6 (patch) | |
tree | 6deeda6b42866d4226f30a6e5e83748883587114 | |
parent | 4e094498fd34f7b81666b072f079ec641b8d9684 (diff) | |
download | coredns-ba6ebbd37da7316355b8691e5aa739f399a76af6.tar.gz coredns-ba6ebbd37da7316355b8691e5aa739f399a76af6.tar.zst coredns-ba6ebbd37da7316355b8691e5aa739f399a76af6.zip |
add id-token: write (#5637)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | .github/workflows/scorecards.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 7a410b760..8a54d9fbe 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -19,6 +19,7 @@ jobs: security-events: write actions: read contents: read + id-token: write steps: - name: "Checkout code" |