We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa9012 commit a563f44Copy full SHA for a563f44
.github/workflows/deploy-prod.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
# Replace input build-folder or version if needed
48
build-folder: 'build'
49
- graasp-app-id: ${{ secrets.APP_ID }}
+ graasp-app-id: ${{ vars.APP_ID }}
50
version: 'latest'
51
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
52
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
.github/workflows/deploy-stage.yml
0 commit comments