Skip to content

Commit

Permalink
debug secret
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Apr 11, 2024
1 parent 165308a commit 6874916
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
php-version: '5.6'

- name: Debug Secret Value
env:
COMPOSER_AUTH_TOKEN: ${{ secrets.COMPOSER_AUTH_TOKEN }}
run: |
echo "Value of COMPOSER_AUTH_TOKEN: $COMPOSER_AUTH_TOKEN"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
php-version: '5.6'

- name: Debug Secret Value
env:
COMPOSER_AUTH_TOKEN: ${{ secrets.COMPOSER_AUTH_TOKEN }}
run: |
echo "Value of COMPOSER_AUTH_TOKEN: $COMPOSER_AUTH_TOKEN"
Expand Down

0 comments on commit 6874916

Please sign in to comment.