Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Feb 12, 2023
1 parent 9d72445 commit bca31e6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout tree
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}

- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand Down Expand Up @@ -45,8 +47,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
- name: Checkout tree
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}

- name: Run FOSSA scan and upload build data
uses: ./
Expand All @@ -64,8 +68,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout tree
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}

- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit bca31e6

Please sign in to comment.