Skip to content

Commit 1cbf06e

Browse files
authored
fix: remove workflow_conclusion job (#154)
* fix: remove workflow_conclusion job It does not work anyways and the contributor of this change is no longer working at Splunk. We can always restore it if we need in the future. * chore: remove SKYNET_TOKEN from secrets as well
1 parent 8c5f61c commit 1cbf06e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# jscpd:ignore-start
21
name: build-test-release
32
on:
43
workflow_call:
@@ -37,9 +36,6 @@ on:
3736
FOSSA_API_KEY:
3837
description: API token for FOSSA app
3938
required: true
40-
SKYNET_TOKEN:
41-
description: API token for Skynet
42-
required: false
4339
SA_GH_USER_NAME:
4440
description: GPG signature username
4541
required: true
@@ -2327,15 +2323,3 @@ jobs:
23272323
overwrite: true
23282324
file_glob: true
23292325
tag: v${{ steps.semantic.outputs.new_release_version }}
2330-
2331-
get_workflow_conclusion:
2332-
if: always()
2333-
needs: [ publish ]
2334-
runs-on: ubuntu-latest
2335-
steps:
2336-
- name: Send logs to Skynet
2337-
uses: splunk/collect-ta-logs@main
2338-
with:
2339-
git_token: ${{ github.token }}
2340-
skynet-token: ${{ secrets.SKYNET_TOKEN }}
2341-
skynet-url: "https://http-inputs-services-ingest.splunkcloud.com/services/collector/event"

0 commit comments

Comments
 (0)