Skip to content

Commit 6a96344

Browse files
author
Invers3
committed
Update lastpost.yml
Testing
1 parent 17fcc51 commit 6a96344

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/lastposts.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
name: Crear nuevo post
2+
23
on:
34
push:
4-
branches: [ master ]
5+
branches: ["master"]
6+
7+
permissions:
8+
contents: read
9+
pages: write
10+
id-token: write
11+
512
env:
613
GITHUB_TOKEN: ${{ secrets.AUTH_SECRET }}
14+
715
jobs:
816
crear-post:
917
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)