Skip to content

Commit 7d4090d

Browse files
authored
Update sync_data_release.yml
1 parent 2825b64 commit 7d4090d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync_data_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
update-release:
1212
runs-on: ubuntu-latest
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.MY_PAT }} # <- Aqui você coloca seu PAT
1315
steps:
1416
# 1️⃣ Clona o repositório
1517
- name: Checkout repository

0 commit comments

Comments
 (0)