We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48223c8 commit bec31f0Copy full SHA for bec31f0
.github/workflows/xquare-deployment-stag.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: team-xquare/xquare-deployment-action@master
39
with:
40
environment: stag
41
- xquare_role_arn: ${{ secrets.XQUARE_ROLE_ARN }}
+ access_key: ${{ secrets.ACCESS_KEY }}
42
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
43
buildargs: |
44
CLOUD_CONFIG_PASSWORD=${{ secrets.CLOUD_CONFIG_PASSWORD }}
0 commit comments