Skip to content

Commit f8587be

Browse files
committed
feat(ci): add nightly workflow
1 parent dad0c41 commit f8587be

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: nightly
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
nightly:
10+
uses: charmbracelet/meta/.github/workflows/nightly.yml@main
11+
secrets:
12+
docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
13+
docker_token: ${{ secrets.DOCKERHUB_TOKEN }}
14+
goreleaser_key: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)