From 5acb4c53eeecb26471c83d41b362294d2caa631c Mon Sep 17 00:00:00 2001 From: michel Date: Mon, 6 May 2024 14:10:06 +0200 Subject: [PATCH] removed type from secret --- .github/workflows/reusable-add-reviewers-to-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reusable-add-reviewers-to-pr.yml b/.github/workflows/reusable-add-reviewers-to-pr.yml index 2de3160..e7591ed 100644 --- a/.github/workflows/reusable-add-reviewers-to-pr.yml +++ b/.github/workflows/reusable-add-reviewers-to-pr.yml @@ -18,7 +18,6 @@ on: token: description: 'The github token to use for the API calls. You can use the GITHUB_TOKEN secret' required: true - type: string permissions: {}