From 424e3595e7b82959b26c735b9e1a21dd06596e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 8 Jul 2023 08:07:50 +0000 Subject: [PATCH] update github action files --- .github/workflows/tw165.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index 6faf290..d7e8ff6 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -17,6 +17,8 @@ jobs: limit-access-to-actor: true ## limits ssh access and adds the ssh public keys of the listed GitHub users limit-access-to-users: tasi788 + env: + TW165: ${{ env.TW165 }} - uses: actions/setup-python@v4 with: python-version: '3.9'