Skip to content

Commit

Permalink
Use GITHUB_TOKEN for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapang committed Dec 5, 2023
1 parent d9e9a46 commit a3f0513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

strategy:
matrix:
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a3f0513

Please sign in to comment.