summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml6
-rw-r--r--azure-pipelines.yml2
2 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..01999ca
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,6 @@
+jobs:
+ release:
+ steps:
+ - name: Release
+ env:
+ TIDELIFT_TOKEN: ${{ secrets.TIDELIFT_TOKEN }}
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 01bfa5f..0000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,2 +0,0 @@
- env:
- TIDELIFT_TOKEN: $(Tidelift-token)