Skip to content

Commit

Permalink
Merge pull request #483 from aws/add_oidc_permission
Browse files Browse the repository at this point in the history
add permissions to allow oidc
  • Loading branch information
srprash authored Dec 19, 2024
2 parents 95fdf45 + 646afc5 commit 7ae2893
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/IntegrationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master

permissions:
id-token: write
contents: read

jobs:
package_SDK:
name: Build X-Ray Go SDK With Sample App
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
5 changes: 5 additions & 0 deletions .github/workflows/ecr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ on:
push:
branches:
- master

permissions:
id-token: write
contents: read

jobs:
build_push_sample_app_image:
name: Build and Push Sample App docker image
Expand Down

0 comments on commit 7ae2893

Please sign in to comment.