Skip to content

Commit 2a8d706

Browse files
authored
Merge pull request #75 from appfolio/pim_add_id_token_permission
ci: add id-token permission for OIDC trusted publishing
2 parents cb074ea + dc8cfdb commit 2a8d706

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ on:
55
branches:
66
- main
77
- master
8+
paths:
9+
- 'lib/**'
10+
- 'store_base_sti_class.gemspec'
11+
- 'LICENSE.txt'
812

913
permissions:
1014
contents: write
15+
id-token: write
1116
pull-requests: write
1217

1318
jobs:

0 commit comments

Comments
 (0)