We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5985d8 commit a27628cCopy full SHA for a27628c
.github/workflows/image.yaml
@@ -12,6 +12,7 @@ env:
12
PROJECT: fastembed-js
13
ECR_REPOSITORY: $env.PROJECT
14
APP_NAME: $env.PROJECT
15
+ SESSION_APP_NAME: fastembed-docker
16
17
jobs:
18
@@ -28,7 +29,7 @@ jobs:
28
29
uses: meta-introspector/configure-aws-credentials@v4
30
with:
31
aws-region: ${{ secrets.AWS_REGION || 'us-east-2'}}
- role-session-name: github-actions-${{ env.APP_NAME }}
32
+ role-session-name: github-actions-${{ env.SESSION_APP_NAME }}
33
# FIXME hard coded
34
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID || '767503528736' }}:role/github
35
0 commit comments