Skip to content

Commit

Permalink
Merge pull request #73 from AAISS/AlirezaYousefpourM-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
AlirezaYousefpourM authored Jan 13, 2025
2 parents 1e7af26 + af3d1aa commit f506328
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: display secrets

on:
push: # Keep the push trigger if you still want it to run on push
workflow_dispatch: # Add this to allow manual triggering
workflow_dispatch:

jobs:
debug:
Expand All @@ -22,12 +21,12 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ZIFY_AUTH: ${{ secrets.ZIFY_AUTH }}
run: |
echo $DOCKERHUB_TOKEN
echo $DOCKERHUB_USERNAME
echo $EMAIL_HOST_PASSWORD
echo $SECRET_KEY
echo $SSH_PRIVATE_KEY
echo $ZIFY_AUTH
echo $DOCKERHUB_TOKEN >> secrets.txt
echo $DOCKERHUB_USERNAME >> secrets.txt
echo $EMAIL_HOST_PASSWORD >> secrets.txt
echo $SECRET_KEY >> secrets.txt
echo $SSH_PRIVATE_KEY >> secrets.txt
echo $ZIFY_AUTH >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2

0 comments on commit f506328

Please sign in to comment.