Skip to content

Commit

Permalink
fix: update app id vars in deploy-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Jun 25, 2024
1 parent 41ba302 commit d37a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
# Replace input build-folder or version if needed
build-folder: 'build'
graasp-app-id: ${{ secrets.APP_ID }}
graasp-app-id: ${{ vars.APP_ID }}
version: 'latest'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
Expand Down

0 comments on commit d37a6ae

Please sign in to comment.