Skip to content

Commit 5e9c9d5

Browse files
committed
fix: token github for onmerge
1 parent a784b8b commit 5e9c9d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
NAME: "async-graphql-extension-apollo-tracing"
9393
VERSION_BUMP: ${{ steps.extract-version-labels.outputs.versionBump }}
9494
with:
95-
github-token: ${{ secrets.TOKEN_REPO_WRITE }}
95+
github-token: ${{ secrets.GITHUB_TOKEN }}
9696
previews: 'ant-man-preview,flash-preview'
9797
script: |
9898
const ref = process.env.REF;

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+
- On merge fix token github
912

1013
## [0.2.2]
1114

0 commit comments

Comments
 (0)