Skip to content

Commit ae83b04

Browse files
committed
feat: try using GITHUB_TOKEN
1 parent f0bb6cd commit ae83b04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ on:
55
tags:
66
- '**[0-9]+.[0-9]+.[0-9]+*'
77

8+
permissions:
9+
contents: read
10+
id-token: write
11+
packages: write
12+
813
jobs:
914
build:
1015
runs-on: ubuntu-24.04
1116

1217
env:
13-
ACCESS_TOKEN: ${{ secrets.GH_PAT }}
18+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1419

1520
steps:
1621
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)