From bd0ad28f74b740726c7ed40499004e40afe65a8b Mon Sep 17 00:00:00 2001 From: Kyriakos Sidiropoulos Date: Thu, 11 Apr 2024 16:01:04 +0200 Subject: [PATCH] clean (github-actions.yml): drop the azure related secrets --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index af9867d..fa73eb1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -19,9 +19,9 @@ env: # nuget repos of Laerdal.Dfu.Bindings.iOS and Laerdal.Dfu.Bindings.Android which are inaccessible to the GITHUB_TOKEN SCL_GITHUB_ACCESS_TOKEN: ${{ secrets.SCL_GITHUB_ACCESS_TOKEN }} SCL_NUGET_ORG_FEED_API_KEY: ${{ secrets.NUGET_ORG_FEED_API_KEY }} - SCL_AZURE_ARTIFACTS_API_KEY: ${{ secrets.SCL_AZURE_ARTIFACTS_API_KEY }} SCL_GITHUB_NUGET_FEED_USERNAME: ${{ secrets.SCL_GITHUB_NUGET_FEED_USERNAME }} + on: workflow_call: # so that other workflows can trigger this workflow_dispatch: # allows to run this workflow manually from the actions tab