summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-11-14 20:32:18 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-11-14 20:32:18 -0500
commitfb8d9c43500c06f6f2286ea7c7ae452d41cce412 (patch)
tree1c6910a2e86519700d95e404290cb7804543d57d
parent34d87688eae5d10970f3c8269ac01bcca4ad0229 (diff)
downloadpytest-runner-fb8d9c43500c06f6f2286ea7c7ae452d41cce412.tar.gz
Move Tidelift release note publishing to Github Actions.
-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)