Skip to content

Commit ca0717e

Browse files
authored
Updated publish workflow permissions (#14)
1 parent b43ba2e commit ca0717e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ on:
88
- "[0-9]+.[0-9]+.[0-9]+"
99

1010
jobs:
11-
build:
11+
build-and-publish:
1212
runs-on: ubuntu-latest
1313

14+
permissions:
15+
id-token: write
16+
1417
steps:
1518
- name: Checkout Code
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)