diff --git a/.github/workflows/drat.yaml b/.github/workflows/drat.yaml deleted file mode 100644 index 08c9607..0000000 --- a/.github/workflows/drat.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# https://docs.github.com/en/actions/learn-github-actions/reusing-workflows -on: - release: - types: [published] - -name: drat - -jobs: - drat: - uses: tesselle/.github/.github/workflows/drat.yaml@main - with: - REPO: ${{ github.event.repository.name }} - RELEASE: ${{ github.event.release.tag_name }} - secrets: - TOKEN: ${{ secrets.ACCESS_TOKEN }}