diff --git a/.github/workflows/post.yml b/.github/workflows/post.yml deleted file mode 100644 index a7abe67..0000000 --- a/.github/workflows/post.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Repository Dispatch -on: push -jobs: - myEvent: - runs-on: ubuntu-latest - steps: - - name: Repository Dispatch Event - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - repository: filiptronicek/filiptronicek - event-type: blogpost - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' \ No newline at end of file