Skip to content

Commit

Permalink
use Github token
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjt committed Sep 24, 2024
1 parent a465fe4 commit c06376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
title: 'Version Helm Plugin'
createGitHubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Determine whether version has changed
id: changed_packages
Expand Down

0 comments on commit c06376d

Please sign in to comment.