We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a299a44 commit a0bdd0dCopy full SHA for a0bdd0d
.github/workflows/cd.yml
@@ -56,4 +56,4 @@ jobs:
56
release_name: ${{ env.APP_NAME }} ${{ env.VERSION }}
57
body: ${{ steps.release_notes.outputs.changelog }}
58
env:
59
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
.github/workflows/ci.yml
@@ -8,16 +8,6 @@ env:
8
NODE_VERSION: '12.x'
9
10
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
-
21
setup:
22
name: Setup
23
runs-on: ubuntu-latest
0 commit comments