There was an error while loading. Please reload this page.
1 parent f3118af commit df9ede1Copy full SHA for df9ede1
1 file changed
.github/workflows/static-files.yml
@@ -12,7 +12,8 @@ jobs:
12
static:
13
runs-on: ubuntu-latest
14
permissions:
15
- contents: read
+ contents: write
16
+ id-token: write # Required for OIDC
17
steps:
18
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
19
id: app-token
@@ -47,3 +48,4 @@ jobs:
47
48
commit_user_email: openprojectci@users.noreply.github.com
49
commit_author: OpenProject CI <openprojectci@users.noreply.github.com>
50
file_pattern: lib/primer/classify/utilities.yml static/*.json
51
+ token: ${{ steps.app-token.outputs.token }}
0 commit comments