Skip to content

Commit

Permalink
test: Give anaconda tests an additional fedora-wiki-staging secret
Browse files Browse the repository at this point in the history
This is for authentication to https://stg.fedoraproject.org/.
  • Loading branch information
KKoukiou authored and martinpitt committed Feb 26, 2025
1 parent 207c8d7 commit 1de84e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tests_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def test_anaconda_secrets(self, mock_queue):
"labels": ["nightly"],
},
"command_subject": None,
"secrets": ["github-token", "image-download", "fedora-wiki"],
"secrets": ["github-token", "image-download", "fedora-wiki", "fedora-wiki-staging"],
"env": {
"COCKPIT_BOTS_REF": "main",
'TEST_REVISION': "112233",
Expand Down
1 change: 1 addition & 0 deletions tests-scan
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def cockpit_tasks(api: github.GitHub, contexts: Sequence[str], opts: argparse.Na
secrets = ["github-token", "image-download"]
if api.repo == "rhinstaller/anaconda-webui":
secrets.append("fedora-wiki")
secrets.append("fedora-wiki-staging")

yield {
"job": {
Expand Down

0 comments on commit 1de84e7

Please sign in to comment.