Skip to content

Commit 3cf06fa

Browse files
using secretys
1 parent 49182af commit 3cf06fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
statuses: write
1414
env:
15-
GH_TOKEN: ${{ github.token }}
15+
GH_TOKEN: ${{ secrets.token }}
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
@@ -38,7 +38,7 @@ jobs:
3838
contents: read
3939
statuses: write
4040
env:
41-
GH_TOKEN: ${{ github.token }}
41+
GH_TOKEN: ${{ secrets.token }}
4242
steps:
4343
- uses: actions/setup-python@v5
4444
with:

0 commit comments

Comments
 (0)