Skip to content

Commit 4fe3159

Browse files
committed
[actions] clean up workflows
1 parent e05aac5 commit 4fe3159

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
needs: [tests]
1616
runs-on: ubuntu-latest
1717
steps:
18-
- run: 'echo tests completed'
18+
- run: true

.github/workflows/rebase.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@ permissions:
77

88
jobs:
99
_:
10-
permissions:
11-
contents: write # for ljharb/rebase to push code to rebase
12-
pull-requests: read # for ljharb/rebase to get info about PR
10+
uses: ljharb/actions/.github/workflows/rebase.yml@main
11+
secrets:
12+
token: ${{ secrets.GITHUB_TOKEN }}
1313

14-
name: "Automatic Rebase"
15-
16-
runs-on: ubuntu-latest
17-
18-
steps:
19-
- uses: actions/checkout@v3
20-
- uses: ljharb/rebase@master
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)