Skip to content

Commit e435e39

Browse files
author
Lucas McDonald
committed
m
1 parent eee7525 commit e435e39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: ESDK JavaScript CI Tests
33
permissions:
44
contents: read
5+
id-token: write
56

67
on: [pull_request, workflow_call]
78

.github/workflows/prod-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22
permissions:
33
contents: read
4+
id-token: write
45

56
on:
67
workflow_dispatch:

0 commit comments

Comments
 (0)