Skip to content

Fix token used in getting obj clusters #6

Fix token used in getting obj clusters

Fix token used in getting obj clusters #6

Workflow file for this run

name: Publish Wiki
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 10 in .github/workflows/publish-wiki.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-wiki.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: actions/checkout@v3
- name: Generate App Installation Token
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # pin@v1
with:
app_id: ${{ secrets.CLI_RELEASE_APP_ID }}
private_key: ${{ secrets.CLI_RELEASE_PRIVATE_KEY }}
repository: linode/linode-cli
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "wiki"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ steps.generate_token.outputs.token }}