Skip to content

Commit

Permalink
[actions] fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 13, 2023
1 parent 05cdf0f commit 99a0cd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node-aught.yml
Expand Up @@ -7,17 +7,13 @@ permissions:

jobs:
tests:
permissions:
contents: none
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
type: minors
command: npm run tests-only

node:
permissions:
contents: none
name: 'node < 10'
needs: [tests]
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/node-pretest.yml
Expand Up @@ -7,6 +7,4 @@ permissions:

jobs:
tests:
permissions:
contents: none
uses: ljharb/actions/.github/workflows/pretest.yml@main
4 changes: 0 additions & 4 deletions .github/workflows/node-tens.yml
Expand Up @@ -7,17 +7,13 @@ permissions:

jobs:
tests:
permissions:
contents: none
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>= 10'
type: minors
command: npm run tests-only

node:
permissions:
contents: none
name: 'node >= 10'
needs: [tests]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 99a0cd9

Please sign in to comment.