Skip to content

Commit 8599fdf

Browse files
authored
chore: add id-token write (#830)
* chore: add id-token write
1 parent 60e70cc commit 8599fdf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# macos-latest-large is the latest intel based runner
16-
os: [macos-13, macos-latest-large, ubuntu-22.04]
16+
os: [macos-latest-large, ubuntu-22.04]
1717
openssl_version: [openssl@1.1]
1818

1919
permissions:

.github/workflows/pull.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

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

911
jobs:
1012
clang-format:

0 commit comments

Comments
 (0)