We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3bde2 commit 6e7b9f5Copy full SHA for 6e7b9f5
.github/workflows/main.yml
@@ -30,6 +30,8 @@ jobs:
30
HD_UUID: ${{ secrets.HEROKU_V2RAY_UUID }} # UUID for v2ray user, 为了安全,一定要放入github action token中
31
NODE_ENV: production
32
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
33
+ - run: |
34
+ echo APP_NAME is ${{secrets.APP_NAME}}
35
stop-start:
36
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
37
runs-on: ubuntu-latest
0 commit comments