Skip to content

Commit 0abbb08

Browse files
committed
fix: autorelease workflow
1 parent 80c318c commit 0abbb08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
VERSION: ${{ github.event.deployment.payload.version }}
6969
DEPLOYMENT_ID: ${{ github.event.deployment.id }}
7070
with:
71-
github-token: ${{ secrets.TOKEN_REPO_WRITE }}
71+
github-token: ${{ secrets.DEPLOY_TOKEN }}
7272
previews: 'ant-man,flash'
7373
script: |
7474
const name = process.env.NAME;

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Fix
10+
11+
- Fix auto-release workflow
912

1013
## [0.4.2]
1114

0 commit comments

Comments
 (0)