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 0ea6ecb commit a0288a9Copy full SHA for a0288a9
.github/workflows/auto-publish.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-24.04
9
environment: github-actions
10
permissions:
11
- id-token: read
+ id-token: write
12
contents: write
13
steps:
14
- name: Download pack files
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
attestations: write
41
42
@@ -87,4 +87,4 @@ jobs:
87
with:
88
name: Fabulously.Optimized-${{ github.ref_name }}.mrpack
89
path: Fabulously.Optimized-${{ github.ref_name }}.mrpack
90
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments