Skip to content

Commit df9ede1

Browse files
committed
Fix another workflow step
1 parent f3118af commit df9ede1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/static-files.yml

Lines changed: 3 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
@@ -47,3 +48,4 @@ jobs:
4748
commit_user_email: openprojectci@users.noreply.github.com
4849
commit_author: OpenProject CI <openprojectci@users.noreply.github.com>
4950
file_pattern: lib/primer/classify/utilities.yml static/*.json
51+
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)