We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaa7ba commit 1754dacCopy full SHA for 1754dac
.github/workflows/xquare-deployment-prod.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: team-xquare/xquare-deployment-action@master
39
with:
40
environment: prod
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