Skip to content

Commit

Permalink
pass in github token for latest-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Aug 3, 2023
1 parent e76b5df commit 8158369
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EndBug/latest-tag@latest
- uses: EndBug/latest-tag@latest
with:
description: Points to the latest release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8158369

Please sign in to comment.