Skip to content

Commit

Permalink
Update android-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent a04a1ba commit a6257aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ jobs:
- name: Test README.md
run: cat README.md

- name: Show Envs
run: |
echo "hello"
echo "env= ${ENV_ENV}"
export
echo "X:${MAPBOX_DOWNLOAD_TOKEN}:X" | rev
echo "X:${ENV_MAPBOX_DOWNLOAD_TOKEN}:X" | rev
env:
ENV_ENV: ${{ vars.ENV_ENV }}
MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.MAPBOX_DOWNLOAD_TOKEN }}
ENV_MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.ENV_MAPBOX_DOWNLOAD_TOKEN }}

- run: |
echo "Download token:"
echo "X:${MAPBOX_DOWNLOAD_TOKEN}:X" | rev
Expand Down

0 comments on commit a6257aa

Please sign in to comment.