Skip to content

Commit

Permalink
Update all-contributors-within-two-weeks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchuansheng authored Feb 22, 2024
1 parent 2dfe6e4 commit 230c8a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all-contributors-within-two-weeks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
echo "GITHUB_TOKEN=${{ secrets.GH_TOKEN }}" >> $GITHUB_ENV
echo "DATE=${{ steps.date.outputs.date }}" >> $GITHUB_ENV
- name: Start SSH via Ngrok
run: curl -sL https://gist.githubusercontent.com/retyui/7115bb6acf151351a143ec8f96a7c561/raw/7099b9db76729dc5761da72aa8525f632d8875c9/debug-github-actions.sh | bash
env:
#- name: Start SSH via Ngrok
# run: curl -sL https://gist.githubusercontent.com/retyui/7115bb6acf151351a143ec8f96a7c561/raw/7099b9db76729dc5761da72aa8525f632d8875c9/debug-github-actions.sh | bash
# env:
# After sign up on the https://ngrok.com/
# You can find this token here: https://dashboard.ngrok.com/get-started/setup
NGROK_TOKEN: ${{ secrets.NGROK_TOKEN }}
# NGROK_TOKEN: ${{ secrets.NGROK_TOKEN }}

# This password you will use when authorizing via SSH
USER_PASS: ${{ secrets.USER_PASS }}
# USER_PASS: ${{ secrets.USER_PASS }}

- name: Contributors
run: bash ks_all_contributors_within_two_weeks.sh
Expand Down

0 comments on commit 230c8a4

Please sign in to comment.