Skip to content

Commit

Permalink
ci: Update GitHub Actions configuration and dependencies
Browse files Browse the repository at this point in the history
- Add GitHub token environment variable declaration
- Update release-drafter action to version v5
  • Loading branch information
johnnyhuy committed May 19, 2024
1 parent 6d019b0 commit f1d3b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
version:
runs-on: ubuntu-latest

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: release-drafter/release-drafter@v5
with:
Expand Down

0 comments on commit f1d3b6c

Please sign in to comment.