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
dispatch uses GitHub APIs to download Release Assets and to create Issues in the repo specified on the dispatch command line. Certain permissions are needed for this to work.
137
+
138
+
### Option 1
139
+
140
+
Before running dispatch, run 'gh auth login' and choose to authenticate via the web browser flow.
141
+
142
+
### Option 2
143
+
144
+
Before running dispatch, run 'gh auth login' and choose to authenticate by pasting an authentication token.
145
+
146
+
#### Fine-grained PAT
147
+
148
+
If using a fine-grained token (PAT), it must have, at a minimum, the following permissions:
149
+
150
+
-`Contents` Read-only access
151
+
-`Issues` Read and write access
152
+
153
+
#### Classic PAT
154
+
155
+
If using a classic token (PAT), it must have, at a minimum, the `repo` permission.
156
+
157
+
### Option 3
158
+
159
+
When running dispatch, use the --token option and specify either a fine-grained or a classic PAT as described above.
160
+
161
+
### Option 4
162
+
163
+
Before running dispatch, set an environment variable named GITHUB_TOKEN to either a fine-grained or a classic PAT as described above.
0 commit comments