Skip to content

Commit 5f6b431

Browse files
committed
fix: release
1 parent 1b002a8 commit 5f6b431

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push]
44
env:
55
CI_BUILD_NUM: ${{ github.run_id }}
66
CI_BRANCH: ${{ github.ref_name }}
7-
CIRCLE_REPOSITORY_URL: dummy-url
87

98
jobs:
109
build:
@@ -53,5 +52,5 @@ jobs:
5352
- run: npm install
5453
- run: npm run semantic-release
5554
env:
56-
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5756
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)