Skip to content

Commit 2d18e02

Browse files
ci: actions/create-github-app-token -> v3 (#8240)
1 parent e936e4c commit 2d18e02

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/api-fix-docs-artefacts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
steps:
2929
- name: Generate GitHub App token with push access
3030
id: app-token
31-
uses: actions/create-github-app-token@v1
31+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
3232
with:
33-
app-id: ${{ vars.FLAGSMITH_ENGINEERING_GH_APP_ID }}
33+
client-id: ${{ vars.FLAGSMITH_ENGINEERING_GH_APP_ID }}
3434
private-key: ${{ secrets.FLAGSMITH_ENGINEERING_GH_APP_PRIVATE_KEY }}
35+
permission-contents: write
3536

3637
- name: Cloning repo
3738
uses: actions/checkout@v7

0 commit comments

Comments
 (0)