Skip to content

Commit

Permalink
Consistent way to get github token when updating dependencies (#19090)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Nov 21, 2024
1 parent 74231f6 commit 06135a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
# If we guess the PR number wrong, the validation will catch it and suggest a simple fix.
- name: Update changelogs
env:
GH_TOKEN:
${{ github.token }}
DD_GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |-
ddev release changelog new added -m "Update dependencies"
- name: Create Pull Request
Expand Down

0 comments on commit 06135a3

Please sign in to comment.