Reference An Encrypted Secret In An Action
- name: Build the JS bundle
run: yarn build
env:
SECRET_API_KEY: ${{ secrets.MY_API_KEY }}Last updated
- name: Build the JS bundle
run: yarn build
env:
SECRET_API_KEY: ${{ secrets.MY_API_KEY }}Last updated