remove use of unnecessary pat in release wf

Signed-off-by: Guido Grazioli <ggraziol@redhat.com>
This commit is contained in:
Guido Grazioli
2023-08-07 14:06:05 +02:00
parent 0be08edb3b
commit 9c90dfc105

View File

@@ -21,7 +21,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.KUBEVIRT_PAT }}
- name: Set up Python
uses: actions/setup-python@v4