Skip to content

Commit

Permalink
fix: remove workflow_conclusion job (#154)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
artemrys authored May 31, 2023
1 parent 8c5f61c commit 1cbf06e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# jscpd:ignore-start
name: build-test-release
on:
workflow_call:
Expand Down Expand Up @@ -37,9 +36,6 @@ on:
FOSSA_API_KEY:
description: API token for FOSSA app
required: true
SKYNET_TOKEN:
description: API token for Skynet
required: false
SA_GH_USER_NAME:
description: GPG signature username
required: true
Expand Down Expand Up @@ -2327,15 +2323,3 @@ jobs:
overwrite: true
file_glob: true
tag: v${{ steps.semantic.outputs.new_release_version }}

get_workflow_conclusion:
if: always()
needs: [ publish ]
runs-on: ubuntu-latest
steps:
- name: Send logs to Skynet
uses: splunk/collect-ta-logs@main
with:
git_token: ${{ github.token }}
skynet-token: ${{ secrets.SKYNET_TOKEN }}
skynet-url: "https://http-inputs-services-ingest.splunkcloud.com/services/collector/event"

0 comments on commit 1cbf06e

Please sign in to comment.