Skip to content

Commit a0bdd0d

Browse files
authored
chore: update github actions (#279)
1 parent a299a44 commit a0bdd0d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
release_name: ${{ env.APP_NAME }} ${{ env.VERSION }}
5757
body: ${{ steps.release_notes.outputs.changelog }}
5858
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ env:
88
NODE_VERSION: '12.x'
99

1010
jobs:
11-
meta:
12-
runs-on: ubuntu-latest
13-
timeout-minutes: 5
14-
steps:
15-
- name: Assign PR to author
16-
uses: samspills/[email protected]
17-
if: github.event_name == 'pull_request' && github.event.action == 'opened'
18-
with:
19-
repo-token: '${{ secrets.ACTION_TOKEN }}'
20-
2111
setup:
2212
name: Setup
2313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)