Skip to content

Commit

Permalink
wip: print envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Oct 11, 2024
1 parent 6e69d04 commit 046ce9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ jobs:
lint-test-build:
runs-on: ubuntu-latest
steps:
- name: Check environment variables
run: |
echo "CROWDIN_PROJECT_ID=$CROWDIN_PROJECT_ID"
echo "CROWDIN_API_TOKEN=$CROWDIN_API_TOKEN"
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}
- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 046ce9c

Please sign in to comment.