Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 24, 2024
1 parent 0a2f1a5 commit 5620e41
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/lychee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,15 @@ jobs:
with:
access_token: ${{ secrets.BW_ACCESS_TOKEN }}
secrets: |
e062dcb9-8cd7-471e-b9be-b10100497102 > BOT_APP_ID
5856238d-3fae-4a0f-9847-b1010049f697 > BOT_APP_PRIVATE_KEY
- name: Show secrets
shell: bash
run: echo $BOT_APP_ID is secrets value
e062dcb9-8cd7-471e-b9be-b10100497102 > BOT_APP_ID1
5856238d-3fae-4a0f-9847-b1010049f697 > BOT_APP_PRIVATE_KEY1
- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: $BOT_APP_ID
private-key: $BOT_APP_PRIVATE_KEY
app-id: "${{ env.BOT_APP_ID1 }}"
private-key: "${{ env.BOT_APP_PRIVATE_KEY1 }}"

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5620e41

Please sign in to comment.