Skip to content

Commit c1af607

Browse files
author
jyoti
committed
token permissions
1 parent 22d0e00 commit c1af607

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-push-deploy-staging.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- new-staging
55
workflow_dispatch:
66

7-
name: Build and deploy to AWS Staging
7+
name: Build and deploy Summer Service staging
88
env:
99
AWS_REGION: eu-central-1
1010
ENVIRONMENT_TAG: staging
@@ -15,9 +15,10 @@ env:
1515

1616
jobs:
1717
deploy:
18-
name: Build and deploy to AWS Staging
18+
name: Build and deploy Summer Service staging
1919
runs-on: ubuntu-latest
20-
20+
permissions:
21+
id-token: write
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v3

0 commit comments

Comments
 (0)