Skip to content

Commit 5d1326d

Browse files
committed
maintenance: fix: use PAT with permission to create issue
1 parent d07dea1 commit 5d1326d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/update-filen-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Create issue
1717
uses: actions/github-script@v7
1818
with:
19+
github-token: ${{ secrets.FILEN_DOCS_PAT }}
1920
script: |
2021
github.rest.issues.create({
2122
owner: 'FilenCloudDienste',

src/interface/helpPage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export class HelpPage {
212212
`
213213

214214
// small change somewhere to test docs alert issues
215+
// another small change
215216

216217
private readonly libsecretHelpPage: string = dedent`
217218
On Linux, the Filen CLI uses libsecret to store the credentials crypto key in the system Secret Service.

0 commit comments

Comments
 (0)