There was an error while loading. Please reload this page.
1 parent 1c42725 commit 85e43d2Copy full SHA for 85e43d2
1 file changed
.github/workflows/static-files.yml
@@ -12,7 +12,7 @@ jobs:
12
static:
13
runs-on: ubuntu-latest
14
permissions:
15
- contents: read
+ contents: write
16
steps:
17
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
18
id: app-token
@@ -24,7 +24,6 @@ jobs:
24
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25
with:
26
token: ${{ steps.app-token.outputs.token }}
27
- persist-credentials: false
28
- uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1
29
30
ruby-version: '3.4'
0 commit comments