79115230

Date: 2024-10-22 17:43:27
Score: 1
Natty:
Report link

You should set env inside Build Job. For example:

- name: Build
    run: npm run build
    env: 
      MY_SECRET_1: ${{ secrets.MY_SECRET_1 }}
      MY_SECRET_2: ${{ secrets.MY_SECRET_2 }}
      MY_SECRET_3: ${{ secrets.MY_SECRET_3 }}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hai Dang