Skip to content

Commit 29ae34b

Browse files
authored
add permissions to allow oidc (#450)
1 parent 77bb3dc commit 29ae34b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/IntegrationTesting.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches:
55
- master
66

7+
permissions:
8+
id-token: write
9+
contents: read
10+
711
jobs:
812
build_SDK:
913
name: Build X-Ray Python SDK

.github/workflows/continuous-monitoring.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
- cron: '*/10 * * * *'
66

7+
permissions:
8+
id-token: write
9+
contents: read
10+
711
jobs:
812
smoke-tests:
913
name: Run smoke tests

0 commit comments

Comments
 (0)