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 3250530 commit 8a82c0aCopy full SHA for 8a82c0a
.github/workflows/update-stats.yml
@@ -12,6 +12,8 @@ on:
12
jobs:
13
update-stats:
14
runs-on: ubuntu-latest # Chạy trên một máy ảo Ubuntu mới nhất
15
+ permissions:
16
+ contents: write # Cấp quyền ghi cho workflow
17
steps:
18
# Bước 1: Lấy mã nguồn của bạn từ kho lưu trữ
19
- name: Check out repository
0 commit comments