We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063fc23 commit 210f7b5Copy full SHA for 210f7b5
.github/workflows/example.yml
@@ -14,6 +14,9 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Download CLI
17
+ env:
18
+ # To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable.
19
+ GH_TOKEN: ${{ github.token }}
20
run: |
21
gh release download --repo dependabot/cli -p "*linux-amd64.tar.gz"
22
tar xzvf *.tar.gz >/dev/null 2>&1
@@ -48,4 +51,7 @@ jobs:
48
51
name: dependabot-result
49
52
50
53
- name: Create PRs
54
55
56
57
run: bash create.sh result.jsonl
0 commit comments