-
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.
Updates of secrets information (#332)
* Updated commiter kosli-github and kosli-jira tokens * Updated fury gitbucket and gitlab token info * Removed GHCR_TOKEN that was not used * Removed use of GHCR_TOKEN * Updated date for ghcr which can be leleted when we have tested it * Added more info about GPC secretes
- Loading branch information
1 parent
18d4b58
commit 2f2be7b
Showing
14 changed files
with
102 additions
and
32 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
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
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,17 @@ | ||
secret-name: FURY_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: Token used to publish our Linux pagages (.deb .rpm) to Gemfury | ||
https://manage.fury.io/dashboard/kosli | ||
|
||
update-instructions: | ||
Go to https://manage.fury.io/manage/kosli/tokens/push | ||
Press <Create new push token> | ||
Press <Generate token> | ||
Copy the token | ||
|
||
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,11 @@ | ||
secret-name: GHCR_TOKEN | ||
secret-expire: 2024-09-01 | ||
secret-expire: 2024-12-01 | ||
secret-updated: | ||
secret-updated-by: | ||
secret-type: gh-repo | ||
is-secret: true | ||
secret-usage: | ||
|
||
This is no longer used and can be deleted. Tore 2024-09-27 | ||
|
||
update-instructions: |
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,11 @@ | ||
secret-name: GHCR_USER | ||
secret-expire: 2024-09-01 | ||
secret-expire: 2024-12-01 | ||
secret-updated: | ||
secret-updated-by: | ||
secret-type: gh-repo | ||
is-secret: true | ||
secret-usage: | ||
|
||
This is no longer used and can be deleted. Tore 2024-09-27 | ||
|
||
update-instructions: |
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
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
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> |