Skip to content

Commit 92a7151

Browse files
committed
Fix test workflow
1 parent 440621b commit 92a7151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Generate installation access token from PEM key file
3232
run: |
33-
echo "$APP_PRIVATE_KEY" | private_key.pem
33+
echo "$APP_PRIVATE_KEY" > private_key.pem
3434
./gh-token \
3535
generate \
3636
-i "$APP_ID" \
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: List installations for the app from PEM key file
4343
run: |
44-
echo "$APP_PRIVATE_KEY" | private_key.pem
44+
echo "$APP_PRIVATE_KEY" > private_key.pem
4545
./gh-token \
4646
installations \
4747
-i "$APP_ID" \

0 commit comments

Comments
 (0)