We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdda16 commit 184cf33Copy full SHA for 184cf33
.github/workflows/lastposts.yml
@@ -2,6 +2,8 @@ name: Crear nuevo post
2
on:
3
push:
4
branches: [ master ]
5
+env:
6
+ GITHUB_TOKEN: ${{ secrets.AUTH_SECRET }}
7
jobs:
8
crear-post:
9
runs-on: ubuntu-latest
0 commit comments