Skip to content

Commit

Permalink
add permissions to allow oidc (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Dec 19, 2024
1 parent 77bb3dc commit 29ae34b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/IntegrationTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- master

permissions:
id-token: write
contents: read

jobs:
build_SDK:
name: Build X-Ray Python SDK
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/continuous-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: '*/10 * * * *'

permissions:
id-token: write
contents: read

jobs:
smoke-tests:
name: Run smoke tests
Expand Down

0 comments on commit 29ae34b

Please sign in to comment.