Skip to content

Commit

Permalink
Merge pull request #193 from yowainwright/fixes-env-var-ref
Browse files Browse the repository at this point in the history
fix: fixes env var name in `update.yml
  • Loading branch information
yowainwright committed Mar 11, 2024
2 parents 8e76ca1 + 4442c5e commit 305389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PR_CREAT_TOKEN_SAVED_V1 }}
token: ${{ secrets.PR_CREATE_TOKEN }}
commit-message: Update dependencies
title: '[Codependence] update dependencies'
body: |
Expand Down

0 comments on commit 305389d

Please sign in to comment.