-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 09c0ca1
ci(release): set
**What's the problem this PR addresses?**
The GitHub CLI requires setting the `GH_TOKEN` environment variable in
order to use it.
Fixes
https://github.com/yarnpkg/berry/actions/runs/5427185945/jobs/9870161176#step:6:414
```
gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
env:
GH_TOKEN: ${{ github.token }}
```
**How did you fix it?**
Set the environment variable.
Verified this works with
yarnpkg/berry@7e4753c
to create
https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F3.6.1.
**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.GH_TOKEN when creating GitHub release (#5550)1 parent 931e8f5 commit 09c0ca1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | - | ||
56 | + | ||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments