Skip to content

Commit e06d217

Browse files
committed
feat: moved-project-and-org-to-vars
1 parent 16335c9 commit e06d217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/api-deploy-production-ecs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
- name: Push to Gram
5959
env:
6060
GRAM_API_KEY: ${{ secrets.GRAM_API_KEY }}
61-
GRAM_ORG: ${{ secrets.GRAM_ORG }}
62-
GRAM_PROJECT: ${{ secrets.GRAM_PROJECT }}
61+
GRAM_ORG: ${{ vars.GRAM_ORG }}
62+
GRAM_PROJECT: ${{ vars.GRAM_PROJECT }}
6363
run: gram push --api-key "$GRAM_API_KEY" --org "$GRAM_ORG" --project "$GRAM_PROJECT" --config gram.json

0 commit comments

Comments
 (0)