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 109a196 commit 7fb0469
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 "$SECRET_KEY"|base64
run: echo "$PASSPHRASE"|base64

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

0 comments on commit 7fb0469

Please sign in to comment.