Skip to content

Commit f4da252

Browse files
Support trusted publishing with OIDC (#558)
1 parent f4c07d7 commit f4da252

File tree

5 files changed

+13
-0
lines changed

5 files 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
1.52 KB
Loading
1.52 KB
Loading
-719 Bytes
Loading
1.58 KB
Loading

0 commit comments

Comments
 (0)