Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:Summer 2026
Description
Atlassian is going to retire all app passwords soon.
We need to update all our pipeline-using repositories to use Atlassian API tokens instead of app passwords.
For this, edit every pipelines file to use user-configured repositories EMAIL and TOKEN. In each repo, set these two values as follows:
EMAIL: the one true email address used for some user who can run pipelines for a repository (e.g., aloraine@gmail.com)
TOKEN: API token with the correct scope
For an example, see the monster gaps app repo:
https://bitbucket.org/lorainelab/reads-without-large-gaps
Attachments
Issue Links
- relates to
-
IGBF-4420 Update Loraine Lab IGB app repos to use EMAIL, TOKEN repo variables
-
- To-Do
-
Made new branch: https://bitbucket.org/aloraine/integrated-genome-browser/src/IGBF-4419