Skip to content

Commit 574425c

Browse files
committed
Update actions
1 parent 6e40e6a commit 574425c

File tree

10 files changed

+13
-1271
lines changed

10 files changed

+13
-1271
lines changed

.github/workflows/artifactory-zip-quick.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
workflow_dispatch: {}
1010

1111
env:
12-
OCTOPUS_URL: https://your.octopus.app
13-
OCTOPUS_SERVICE_ACCOUNT: service account id
14-
OCTOPUS_SPACE: Your space
15-
PACKAGE_ID: API
12+
OCTOPUS_URL: https://demo.octopus.app
13+
OCTOPUS_SERVICE_ACCOUNT: 4d50c8ac-1515-4351-96a7-4a82d55d55ff
14+
OCTOPUS_SPACE: GitHub Universe 2025
15+
PACKAGE_ID: AML.Watchdog
1616
ARTIFACTORY_URL: https://artifactory.octopussamples.com/artifactory
1717
ARTIFACTORY_REPOSITORY: demo-octopus-app-generic
18-
ARTIFACTORY_ORG: app.octopus.your-domain.your-space
18+
ARTIFACTORY_ORG: app.octopus.demo.githubuniverse2025
1919

2020
jobs:
2121
build:

.github/workflows/artifactory-zip-slsa.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ on:
66
# - "API/**"
77
# branches:
88
# - main
9+
schedule:
10+
- cron: "21 8-17 * * 1-5"
911
workflow_dispatch: {}
1012

1113
env:
12-
OCTOPUS_URL: https://your.octopus.app
13-
OCTOPUS_SERVICE_ACCOUNT: service account id
14-
OCTOPUS_SPACE: Your space
15-
PACKAGE_ID: API
16-
SBOM_PACKAGE: API.SBOM
14+
OCTOPUS_URL: https://demo.octopus.app
15+
OCTOPUS_SERVICE_ACCOUNT: 4d50c8ac-1515-4351-96a7-4a82d55d55ff
16+
OCTOPUS_SPACE: GitHub Universe 2025
17+
PACKAGE_ID: AML.Watchdog
18+
SBOM_PACKAGE: AML.Watchdog.SBOM
1719
ARTIFACTORY_URL: https://artifactory.octopussamples.com/artifactory
1820
ARTIFACTORY_REPOSITORY: demo-octopus-app-generic
19-
ARTIFACTORY_ORG: app.octopus.your-domain.your-space
21+
ARTIFACTORY_ORG: app.octopus.demo.githubuniverse2025
2022

2123
jobs:
2224
configure:

.github/workflows/docker-quick.yaml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/docker-slsa.yaml

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)