File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 77 workflow_call :
88
99jobs :
10- credentials-scan :
11- uses : getyourguide/actions/.github/workflows/credentials-scan.yml@main
1210 check :
1311 runs-on : ubuntu-latest
12+ permissions :
13+ id-token : write
14+ contents : read
1415 steps :
16+ - name : Log into production account
17+ uses :
aws-actions/[email protected] 18+ with :
19+ aws-region : eu-central-1
20+ role-to-assume : arn:aws:iam::130607246975:role/ci-base-access
21+ role-session-name : dss
1522 - uses : actions/checkout@v3
1623 - name : Set up JDK
1724 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 66 - ' v*'
77
88jobs :
9- credentials-scan :
10- uses : getyourguide/actions/.github/workflows/credentials-scan.yml@main
119 check :
1210 uses : ./.github/workflows/check.yml
1311 publish :
1412 needs : check
1513 runs-on : ubuntu-latest
14+ permissions :
15+ id-token : write
16+ contents : read
1617 steps :
18+ - name : Log into production account
19+ uses :
aws-actions/[email protected] 20+ with :
21+ aws-region : eu-central-1
22+ role-to-assume : arn:aws:iam::130607246975:role/ci-base-access
23+ role-session-name : dss
1724 - uses : actions/checkout@v3
1825 - name : Set up JDK
1926 uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments