Skip to content

Commit 221b218

Browse files
committed
Update gh workflow
1 parent 3542501 commit 221b218

2 files changed

Lines changed: 14 additions & 51 deletions

File tree

.github/workflows/publish-docker-image.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: TalkOps Extension
2+
on:
3+
push:
4+
tags:
5+
- 'v*'
6+
jobs:
7+
talkops:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
packages: write
11+
steps:
12+
- uses: talkops/extension@v1
13+
with:
14+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)