Browse Source

Dependabot changelog: pass GITHUB_TOKEN to gh

tags/v1.69.0rc1
David Robertson 1 year ago
parent
commit
9f218b73e9
No known key found for this signature in database GPG Key ID: 903ECE108A39DEDD
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/dependabot_changelog.yml

+ 2
- 0
.github/workflows/dependabot_changelog.yml View File

@@ -45,6 +45,8 @@ jobs:
gh workflow run "tests.yml" --ref "$GITHUB_REF"
gh workflow run "release-artifacts.yml" --ref "$GITHUB_REF"
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# THIS WORKFLOW HAS VARIOUS WRITE PERMISSIONS---do not add other jobs here unless they
# are sufficiently locked down to dependabot only as above.

Loading…
Cancel
Save