Mirror of
0
fork

Configure Feed

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

fix: update GH action

+1 -1
+1 -1
.github/workflows/generate-post.yml
··· 9 9 10 10 permissions: 11 11 contents: write 12 - models: read 13 12 14 13 jobs: 15 14 generate-post: ··· 34 33 - name: Generate post 35 34 env: 36 35 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 36 + MODELS_TOKEN: ${{ secrets.MODELS_TOKEN }} 37 37 run: pnpm run generate 38 38 39 39 - name: Commit and push new post