Compare commits

..

No commits in common. "a18d320554394ee592da7ca9a37187393e122d77" and "72908b44e1de2044061ebac3586f14d6d4e174b0" have entirely different histories.

View file

@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
# TODO extract dedicated action
- name: setup tea cli
@ -19,6 +19,8 @@ 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