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: dje/migrations/0008_dataspaceconfiguration_github_token.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
13
13
migrations.AddField(
14
14
model_name='dataspaceconfiguration',
15
15
name='github_token',
16
-
field=models.CharField(blank=True, help_text='Personal access token (PAT) or GitHub App token used to authenticateAPI requests for this integration. Keep this token secure.', max_length=255, verbose_name='GitHub token'),
16
+
field=models.CharField(blank=True, help_text='Personal access token (PAT) or GitHub App token used to authenticate API requests for this integration. Keep this token secure.', max_length=255, verbose_name='GitHub token'),
('repo', models.CharField(help_text="Repository or project identifier (e.g., 'user/repo-name').", max_length=100)),
28
28
('issue_id', models.CharField(help_text='ID or key of the issue on the external platform.', max_length=100)),
29
29
('dataspace', models.ForeignKey(editable=False, help_text='A Dataspace is an independent, exclusive set of DejaCode data, which can be either nexB master reference data or installation-specific data.', on_delete=django.db.models.deletion.PROTECT, to='dje.dataspace')),
0 commit comments