this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add workflow permissions

+4 -1
+4 -1
.github/workflows/test.yml
··· 1 - name: Test 2 1 on: push 2 + 3 + permissions: 4 + contents: read 5 + 3 6 jobs: 4 7 test: 5 8 name: Node.js v${{matrix.node-version}} on ${{matrix.os}}