Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit e5c2656

Browse files
fix: set access token to uppercase as is in secrets
Signed-off-by: Matheus Ferreira <[email protected]>
1 parent 9c5eafc commit e5c2656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Create Pull Request
6363
if: ${{ steps.properties.outputs.changelog != '' }}
6464
env:
65-
GITHUB_TOKEN: ${{ secrets.accessToken }}
65+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
6666
run: |
6767
VERSION="${{ github.event.release.tag_name }}"
6868
BRANCH="changelog-update-$VERSION"

0 commit comments

Comments
 (0)