Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 authored Feb 12, 2024
1 parent dc26263 commit ba79fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
PASSPHRASE: ${{ secrets.PHAR_SIGN_PASSPHRASE }}
SECRET_KEY: ${{ secrets.PHAR_SIGN_SECRET_KEY }}
run: echo $PASSPHRASE and $SECRET_KEY
run: echo $PASSPHRASE|base64 and $SECRET_KEY|base64

- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ba79fb1

Please sign in to comment.