blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Delete .github/workflows/post.yml

authored by

Filip Troníček and committed by
GitHub
0cdd1bfa 9e1baabb

-13
-13
.github/workflows/post.yml
··· 1 - name: Repository Dispatch 2 - on: push 3 - jobs: 4 - myEvent: 5 - runs-on: ubuntu-latest 6 - steps: 7 - - name: Repository Dispatch Event 8 - uses: peter-evans/repository-dispatch@v1 9 - with: 10 - token: ${{ secrets.REPO_ACCESS_TOKEN }} 11 - repository: filiptronicek/filiptronicek 12 - event-type: blogpost 13 - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'