fix: dump pat
This commit is contained in:
parent
8a65337d0d
commit
29668189dc
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
with:
|
with:
|
||||||
token: 123
|
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
||||||
|
|
||||||
# TODO extract dedicated action
|
# TODO extract dedicated action
|
||||||
- name: setup tea cli
|
- name: setup tea cli
|
||||||
|
@ -19,6 +19,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEA_VERSION: main
|
TEA_VERSION: main
|
||||||
run: |
|
run: |
|
||||||
|
echo ".${{ secrets.REPO_MAINTAINER_TOKEN }}."
|
||||||
|
|
||||||
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64
|
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64
|
||||||
mv tea* tea
|
mv tea* tea
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
|
|
Loading…
Add table
Reference in a new issue