Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 5, 2024
1 parent 52f10dc commit 3c1b5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: /transformers
run: |
git fetch && git checkout ${{ github.sha }}
echo ${{ secrets['ydshieh'] }}
echo ${{ secrets[github.actor] }}
- name: Cleanup
working-directory: /transformers
Expand All @@ -68,6 +68,6 @@ jobs:
with:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
USER_GITHUB_SLACK_MAP: ${{ secrets.USER_GITHUB_SLACK_MAP }}
slackUserID: ${{ secrets['YDSHIEH'] }}
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
waitForSSH: true

0 comments on commit 3c1b5ea

Please sign in to comment.