Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed May 6, 2024
1 parent 69332b6 commit b9945ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: checkout 1
- name: checkout mstream.io source code
uses: actions/checkout@v4
with:
path: website
repository: IrosTheBeggar/mstream-website
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: checkout 2
token: ${{ secrets.github_token }}
- name: checkout mStream app code
uses: actions/checkout@v4
with:
path: mstream
repository: IrosTheBeggar/mStream
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.github_token }}
- run: ls
- run: |
cd website
Expand Down

0 comments on commit b9945ba

Please sign in to comment.