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 a6257aa commit 8133e4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,18 @@ jobs:

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

- run: |
echo "Download token:"
Expand Down

0 comments on commit 8133e4f

Please sign in to comment.