Browse Source

Fix authentication errors in rename workflow

pull/10109/head
dolfies 3 years ago
parent
commit
0298f38d01
  1. 1
      .github/workflows/rename.yml

1
.github/workflows/rename.yml

@ -13,7 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Replace instances

Loading…
Cancel
Save