Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Jul 7, 2024
1 parent 440621b commit 92a7151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Generate installation access token from PEM key file
run: |
echo "$APP_PRIVATE_KEY" | private_key.pem
echo "$APP_PRIVATE_KEY" > private_key.pem
./gh-token \
generate \
-i "$APP_ID" \
Expand All @@ -41,7 +41,7 @@ jobs:

- name: List installations for the app from PEM key file
run: |
echo "$APP_PRIVATE_KEY" | private_key.pem
echo "$APP_PRIVATE_KEY" > private_key.pem
./gh-token \
installations \
-i "$APP_ID" \
Expand Down

0 comments on commit 92a7151

Please sign in to comment.