We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07dea1 commit 5d1326dCopy full SHA for 5d1326d
.github/workflows/update-filen-docs.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Create issue
17
uses: actions/github-script@v7
18
with:
19
+ github-token: ${{ secrets.FILEN_DOCS_PAT }}
20
script: |
21
github.rest.issues.create({
22
owner: 'FilenCloudDienste',
src/interface/helpPage.ts
@@ -212,6 +212,7 @@ export class HelpPage {
212
`
213
214
// small change somewhere to test docs alert issues
215
+ // another small change
216
217
private readonly libsecretHelpPage: string = dedent`
218
On Linux, the Filen CLI uses libsecret to store the credentials crypto key in the system Secret Service.
0 commit comments