Skip to content

Commit

Permalink
fix formatting for file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Riddle committed Jan 3, 2024
1 parent 64d2f2a commit 1203450
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ on:
branches: [main]

jobs:
build:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clone Repository
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
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
Expand Down

0 comments on commit 1203450

Please sign in to comment.