mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Try using GITHUB_TOKEN
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
77823995c7
commit
548628df37
3
.github/workflows/daily-alpha.yml
vendored
3
.github/workflows/daily-alpha.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.PROJECT_GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
@ -31,4 +31,3 @@ jobs:
|
||||
env:
|
||||
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
|
||||
PICK_ALL_PRS: "true"
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user