fix: don't persist credentials on checkout

This commit is contained in:
Oliver Lippert 2024-02-01 16:40:00 +01:00
parent 29668189dc
commit d969f964ae
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
persist-credentials: false
# TODO extract dedicated action
- name: setup tea cli
@ -19,8 +19,6 @@ jobs:
env:
TEA_VERSION: main
run: |
echo ".${{ secrets.REPO_MAINTAINER_TOKEN }}."
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64
mv tea* tea
chmod +x tea