Skip to content

Commit 7ae2893

Browse files
authored
Merge pull request #483 from aws/add_oidc_permission
add permissions to allow oidc
2 parents 95fdf45 + 646afc5 commit 7ae2893

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/IntegrationTesting.yml

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

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
package_SDK:
1014
name: Build X-Ray Go SDK With Sample App

.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

.github/workflows/ecr-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ on:
22
push:
33
branches:
44
- master
5+
6+
permissions:
7+
id-token: write
8+
contents: read
9+
510
jobs:
611
build_push_sample_app_image:
712
name: Build and Push Sample App docker image

0 commit comments

Comments
 (0)