You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cla.yml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,19 +15,28 @@ permissions:
15
15
contents: write
16
16
pull-requests: write
17
17
statuses: write
18
+
id-token: write # required for Doppler OIDC
18
19
19
20
jobs:
20
21
CLAAssistant:
21
22
runs-on: ubuntu-latest
22
23
steps:
24
+
- name: 🔐 Fetch Doppler secrets
25
+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
0 commit comments