Skip to content

Commit

Permalink
fix(ci): add missing env var (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunar authored Oct 17, 2022
1 parent f8b330e commit 6c50257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-staging-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: pulumi/setup-pulumi@v2
- run: |
echo "HASURA_GRAPHQL_ADMIN_SECRET=$(pulumi config get hasura-admin-secret --stack staging)" >> $GITHUB_ENV
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 6c50257

Please sign in to comment.