File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 64
64
65
65
# Specify whether to download Git-LFS files:
66
66
lfs : false
67
+
68
+ # Avoid storing GitHub token in local Git configuration:
69
+ persist-credentials : false
67
70
timeout-minutes : 10
68
71
69
72
# Make CLI scripts executable:
@@ -102,7 +105,7 @@ jobs:
102
105
signoff : true
103
106
body : |
104
107
This PR changes the permissions of project `cli` scripts to be executable.
105
- token : ${{ secrets.PULL_REQUEST_TOKEN }}
108
+ token : ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
106
109
labels : |
107
110
automated-pr
108
111
team-reviewers : |
Original file line number Diff line number Diff line change 67
67
68
68
# Specify whether to download Git-LFS files:
69
69
lfs : false
70
+
71
+ # Avoid storing GitHub token in local Git configuration:
72
+ persist-credentials : false
70
73
timeout-minutes : 10
71
74
72
75
# Update the contributors list:
@@ -115,7 +118,7 @@ jobs:
115
118
commit-message : ' docs: update list of contributors'
116
119
committer : ' stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>'
117
120
signoff : true
118
- token : ${{ secrets.PULL_REQUEST_TOKEN }}
121
+ token : ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
119
122
labels : |
120
123
documentation
121
124
automated-pr
Original file line number Diff line number Diff line change 64
64
65
65
# Specify whether to download Git-LFS files:
66
66
lfs : false
67
+
68
+ # Avoid storing GitHub token in local Git configuration:
69
+ persist-credentials : false
67
70
timeout-minutes : 10
68
71
69
72
# Install Node.js:
@@ -163,7 +166,7 @@ jobs:
163
166
commit-message : ' feat: update error databases'
164
167
committer : ' stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>'
165
168
signoff : true
166
- token : ${{ secrets.PULL_REQUEST_TOKEN }}
169
+ token : ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
167
170
labels : |
168
171
documentation
169
172
automated-pr
Original file line number Diff line number Diff line change 65
65
66
66
# Specify whether to download Git-LFS files:
67
67
lfs : false
68
+
69
+ # Avoid storing GitHub token in local Git configuration:
70
+ persist-credentials : false
68
71
timeout-minutes : 10
69
72
70
73
# Install Node.js:
@@ -116,7 +119,7 @@ jobs:
116
119
commit-message : ' chore: update package meta data'
117
120
committer : ' stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>'
118
121
signoff : true
119
- token : ${{ secrets.PULL_REQUEST_TOKEN }}
122
+ token : ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
120
123
labels : |
121
124
automated-pr
122
125
team-reviewers : |
Original file line number Diff line number Diff line change 64
64
65
65
# Specify whether to download Git-LFS files:
66
66
lfs : false
67
+
68
+ # Avoid storing GitHub token in local Git configuration:
69
+ persist-credentials : false
67
70
timeout-minutes : 10
68
71
69
72
# Install Node.js:
@@ -121,7 +124,7 @@ jobs:
121
124
commit-message : ' docs: update REPL namespace documentation'
122
125
committer : ' stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>'
123
126
signoff : true
124
- token : ${{ secrets.PULL_REQUEST_TOKEN }}
127
+ token : ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
125
128
labels : |
126
129
documentation
127
130
automated-pr
You can’t perform that action at this time.
0 commit comments