Skip to content

Commit 6136720

Browse files
committed
move permissions block
1 parent 1807c42 commit 6136720

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-to-eks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ env:
1818
EKS_CLUSTER_NAME: catbot-cluster
1919
NAMESPACE: cat-chatbot
2020

21-
permissions:
22-
id-token: write
23-
contents: read
24-
2521
jobs:
2622
deploy-to-eks:
2723
name: Deploy to EKS
2824
runs-on: ubuntu-latest
25+
permissions:
26+
id-token: write
27+
contents: read
2928
steps:
3029
- name: Configure AWS credentials
3130
uses: aws-actions/configure-aws-credentials@v2

0 commit comments

Comments
 (0)