-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated commiter kosli-github and kosli-jira tokens
- Loading branch information
1 parent
18d4b58
commit 1f58833
Showing
3 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
secret-name: KOSLI_GITHUB_TOKEN | ||
secret-expire: 2024-09-01 | ||
secret-updated: | ||
secret-updated-by: | ||
secret-expire: 2025-09-27 | ||
secret-updated: 2024-09-27 | ||
secret-updated-by: tore | ||
secret-type: gh-repo | ||
is-secret: true | ||
secret-usage: | ||
secret-usage: Used to run integration tests towards GitHub | ||
|
||
update-instructions: | ||
You can use the same secret as COMMITTER_TOKEN | ||
https://github.com/settings/tokens | ||
Go to the Developer's Github profile | ||
-> Settings | ||
-> Developer settings | ||
-> Personal access tokens | ||
-> Tokens (classic) | ||
-> Generate new token | ||
Note: gh-cli-committer-token | ||
Expiration: one year | ||
Selected scopes: repo and workflow | ||
|
||
Go to https://github.com/kosli-dev/cli/settings/secrets/actions | ||
under <Repository secrets> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
secret-name: KOSLI_JIRA_API_TOKEN | ||
secret-expire: 2024-09-01 | ||
secret-updated: | ||
secret-updated-by: | ||
secret-expire: 2025-09-27 | ||
secret-updated: 2024-09-27 | ||
secret-updated-by: tore | ||
secret-type: gh-repo | ||
is-secret: true | ||
secret-usage: | ||
secret-usage: Used to test Jira integration | ||
|
||
update-instructions: | ||
Go to | ||
https://id.atlassian.com/manage-profile/security/api-tokens | ||
Press <Create API token> | ||
Label: CLI-integration-testing-YYYY-MM-DD | ||
Create secret | ||
|
||
Go to https://github.com/kosli-dev/cli/settings/secrets/actions | ||
under <Repository secrets> |