There was an error while loading. Please reload this page.
1 parent e936e4c commit 2d18e02Copy full SHA for 2d18e02
1 file changed
.github/workflows/api-fix-docs-artefacts.yml
@@ -28,10 +28,11 @@ jobs:
28
steps:
29
- name: Generate GitHub App token with push access
30
id: app-token
31
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
32
with:
33
- app-id: ${{ vars.FLAGSMITH_ENGINEERING_GH_APP_ID }}
+ client-id: ${{ vars.FLAGSMITH_ENGINEERING_GH_APP_ID }}
34
private-key: ${{ secrets.FLAGSMITH_ENGINEERING_GH_APP_PRIVATE_KEY }}
35
+ permission-contents: write
36
37
- name: Cloning repo
38
uses: actions/checkout@v7
0 commit comments