Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 0ae01d3

Browse files
committed
chore: update the local workflows for the new opensentinel api
1 parent a330675 commit 0ae01d3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/pre-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ jobs:
6060
if: always()
6161
with:
6262
job_status: ${{ job.status }}
63-
opensentinel_owner: ${{ secrets.OSL_OWNER }}
6463
opensentinel_token: ${{ secrets.OSL_TOKEN }}

.github/workflows/tagged-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ jobs:
5656
if: always()
5757
with:
5858
job_status: ${{ job.status }}
59-
opensentinel_owner: ${{ secrets.OSL_OWNER }}
6059
opensentinel_token: ${{ secrets.OSL_TOKEN }}

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ jobs:
4343
if: always()
4444
with:
4545
job_status: ${{ job.status }}
46-
opensentinel_owner: ${{ secrets.OSL_OWNER }}
4746
opensentinel_token: ${{ secrets.OSL_TOKEN }}

0 commit comments

Comments
 (0)