Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Jul 24, 2024
1 parent af565a4 commit cbb2545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deepgram-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Compare versions and update if necessary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_ACCESS_TOKEN }}
run: |
LATEST_VERSION=${{ env.version }}
INSTALLED_VERSION=${{ env.installed_version }}
Expand All @@ -60,7 +60,7 @@ jobs:
git add requirements.txt
# Create a new branch and commit changes
BRANCH_NAME="update-dg-sdk-$LATEST_VERSION"
BRANCH_NAME="sr/update-deepgram-sdk-$LATEST_VERSION"
git checkout -b "$BRANCH_NAME"
git commit -m "chore: update Deepgram SDK to $LATEST_VERSION"
Expand Down

0 comments on commit cbb2545

Please sign in to comment.