Skip to content

Commit 12b30b2

Browse files
committed
chore: add publish workflow
1 parent d66c8d7 commit 12b30b2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/publish.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Publish
2+
3+
on:
4+
push:
5+
branches: [main]
6+
workflow_dispatch:
7+
8+
permissions:
9+
id-token: write
10+
contents: write
11+
pull-requests: write
12+
packages: write
13+
14+
jobs:
15+
publish:
16+
if: github.repository_owner == 'bombshell-dev'
17+
uses: bombshell-dev/automation/.github/workflows/publish.yml@main
18+
secrets: inherit

0 commit comments

Comments
 (0)