Skip to content

Commit f1d3b6c

Browse files
committed
ci: Update GitHub Actions configuration and dependencies
- Add GitHub token environment variable declaration - Update release-drafter action to version v5
1 parent 6d019b0 commit f1d3b6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/version.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
version:
1212
runs-on: ubuntu-latest
1313

14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
1417
steps:
1518
- uses: release-drafter/release-drafter@v5
1619
with:

0 commit comments

Comments
 (0)