Skip to content

Commit

Permalink
Merge pull request #162 from ponkio-o/add-github-es
Browse files Browse the repository at this point in the history
update: added configuration of Github Enteprise
  • Loading branch information
Songmu authored Nov 15, 2023
2 parents d240cfd + a20b306 commit d7ae971
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ Label of major update targets. Default is [major]
### tagpr.minorLabels (Optional)
Label of minor update targets. Default is [minor]

## GitHub Enterprise
If you are using GitHub Enterprise, use `GH_ENTERPRISE_TOKEN` instead of `GITHUB_TOKEN`.

```yaml
- uses: Songmu/tagpr@v1
env:
GH_ENTERPRISE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

## Outputs for GitHub Actions

The tagpr produces output to be used in conjunction with subsequent GitHub Actions jobs.
Expand Down

0 comments on commit d7ae971

Please sign in to comment.