Skip to content

Commit a0288a9

Browse files
authored
Update auto-publish.yml
1 parent 0ea6ecb commit a0288a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-24.04
99
environment: github-actions
1010
permissions:
11-
id-token: read
11+
id-token: write
1212
contents: write
1313
steps:
1414
- name: Download pack files
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-24.04
3737
environment: github-actions
3838
permissions:
39-
id-token: read
39+
id-token: write
4040
attestations: write
4141
contents: write
4242
steps:
@@ -87,4 +87,4 @@ jobs:
8787
with:
8888
name: Fabulously.Optimized-${{ github.ref_name }}.mrpack
8989
path: Fabulously.Optimized-${{ github.ref_name }}.mrpack
90-
repo-token: ${{ secrets.GITHUB_TOKEN }}
90+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)