Skip to content

Commit

Permalink
debbug env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 6, 2024
1 parent 3aacd97 commit 2579d8f
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/workflows/pangea-testnet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,25 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: serverless deploy
uses: serverless/github-action@v3.1
with:
args: deploy --stage pangeaTest --region us-east-1
- name: Debug Environment Variables
run: |
echo "Debugging Environment Variables:"
echo "chainId: $chainId"
echo "eosHistoryEndpoint: $eosHistoryEndpoint"
echo "eosHttpEndpoint: $eosHttpEndpoint"
echo "authVerifier: $authVerifier"
echo "authContract: $authContract"
echo "authRetries: $authRetries"
echo "startAuthTimeout: $startAuthTimeout"
echo "minAuthTimeout: $minAuthTimeout"
echo "authCodeMinutesTTL: $authCodeMinutesTTL"
echo "accessTokenMinutesTTL: $accessTokenMinutesTTL"
echo "refreshTokenMinutesTTL: $refreshTokenMinutesTTL"
echo "sentryDsn is set"
echo "sendGridKey is set"
echo "twilioAuthToken is set"
# - name: serverless deploy
# uses: serverless/github-action@v3.1
# with:
# args: deploy --stage pangeaTest --region us-east-1

0 comments on commit 2579d8f

Please sign in to comment.