Skip to content

Commit 3c91f9b

Browse files
committed
use bot pat
1 parent bc60c80 commit 3c91f9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/generate-references.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
jobs:
1111
docs-generation:
1212
name: Generate references
13-
permissions:
14-
contents: write
1513
runs-on: ubuntu-latest
1614
steps:
1715
- name: Checkout the repository
@@ -51,4 +49,5 @@ jobs:
5149
if: steps.changes.outputs.changed == 'true'
5250
with:
5351
commit_message: "Update generated references"
54-
file_pattern: references/
52+
file_pattern: references/
53+
token: ${{ secrets.POSTHOG_BOT_PAT }}

0 commit comments

Comments
 (0)