Skip to content

Commit

Permalink
Merge pull request #63 from realm/kh/use-github-token
Browse files Browse the repository at this point in the history
Update new_release.yml to use `GITHUB_TOKEN`
  • Loading branch information
kraenhansen authored Mar 4, 2024
2 parents cae91d8 + ef328f0 commit 655c9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
draft: false
body: An automated PR for released realm version.
commit-message: Update samples with realm ${{ inputs.version }}
token: ${{ secrets.REALM_CI_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 655c9b8

Please sign in to comment.