Skip to content

Commit

Permalink
chore: [DOPS-665] updates documentation-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chilcano committed Feb 13, 2024
1 parent 3731c6c commit c893020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sdk repo
uses: actions/checkout@v3
uses: actions/checkout@v4
# with:
# token: ${{ secrets.ARABOT_PAT }}
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 18.x
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Generate examples Docs
run: yarn run docs:examples
- name: Checkout developer-portal repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aragon/developer-portal
ref: staging
Expand All @@ -59,4 +59,4 @@ jobs:
title: Update the Aragon SDK docs
body: 'Automated update by Github actions (Run: [${{ github.run_id }}](https://github.com/aragon/sdk/actions/runs/${{ github.run_id }}))'
reviewers: ${{ github.actor }}
team-reviewers: devrel
team-reviewers: Ara-Team-OSX

0 comments on commit c893020

Please sign in to comment.