Mirror of
0
fork

Configure Feed

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

fix: reference custom secret

+1 -1
+1 -1
.github/workflows/generate-post.yml
··· 33 33 34 34 - name: Generate post 35 35 env: 36 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 36 + GITHUB_TOKEN: ${{ secrets.MODELS_TOKEN }} 37 37 run: pnpm run generate 38 38 39 39 - name: Commit and push new post