Skip to content

Commit 80faed7

Browse files
committed
Fix another workflow step
1 parent f3118af commit 80faed7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/static-files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
static:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write
16+
id-token: write # Required for OIDC
1617
steps:
1718
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1819
id: app-token

0 commit comments

Comments
 (0)