Skip to content

Commit 3548ae8

Browse files
committed
Update GitHub Actions token and add open command in Makefile
1 parent 7da4977 commit 3548ae8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
files: commit-msg-go
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ release:
1717
git tag v0.0.$(ARGS)
1818
git push origin v0.0.$(ARGS)
1919

20+
open:
21+
open https://github.com/inem/dotdotdot
22+
2023
ARGS = $(filter-out $@,$(MAKECMDGOALS))
2124
%:
2225
@:

0 commit comments

Comments
 (0)