Skip to content

Commit c91a7ab

Browse files
authored
Merge pull request #14 from yext/oidc-workflow
chore: use reusable publish workflow
2 parents 66a1db6 + 715da40 commit c91a7ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Publish Package
2+
3+
on:
4+
push:
5+
tags:
6+
- "*"
7+
8+
permissions:
9+
id-token: write # Required for OIDC
10+
11+
jobs:
12+
publish:
13+
uses: yext/slapshot-reusable-workflows/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)