Skip to content

Commit

Permalink
Revert "feat(ci): use secret not secrests to get env (tkestack#1260)" (
Browse files Browse the repository at this point in the history
…tkestack#1261)

This reverts commit faa1c6d.
  • Loading branch information
huxiaoliang committed Apr 30, 2021
1 parent faa1c6d commit 305e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
NEED_DELETE: ${{ secrets.NEED_DELETE }}
DOCKER_HUB_ACTION_AUTH: ${{ secrets.DOCKER_HUB_ACTION_AUTH }}
INSTANCE_TYPES: ${{ secrets.INSTANCE_TYPES }}
TEST1: ${{ secret.TEST1 }}
TEST1: ${{ secrets.TEST1 }}
jobs:
image:
name: build tke image
Expand Down

0 comments on commit 305e99f

Please sign in to comment.