Skip to content

Commit 85e43d2

Browse files
committed
Fix creation of static files
1 parent 1c42725 commit 85e43d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/static-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
static:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write
1616
steps:
1717
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1818
id: app-token
@@ -24,7 +24,6 @@ jobs:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
27-
persist-credentials: false
2827
- uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1
2928
with:
3029
ruby-version: '3.4'

0 commit comments

Comments
 (0)