Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ecd3606

Browse filesBrowse files
committed
Add experimental workflow for transferdb
1 parent a981fd1 commit ecd3606
Copy full SHA for ecd3606

File tree

1 file changed

+13
-0
lines changed
Filter options

1 file changed

+13
-0
lines changed

‎.github/workflows/transferdb.yaml

Copy file name to clipboard
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: TransferDB
2+
3+
# Manually triggered only
4+
on: workflow_dispatch
5+
6+
jobs:
7+
transferdb:
8+
runs-on: ubuntu-latest
9+
environment: admin
10+
steps:
11+
- name: Trigger db transfer
12+
run: |
13+
curl -fsS -X POST ${{ secrets.TRANSFER_URL }} -H "X-Key: ${{ secrets.TRANSFER_KEY }}"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.