Skip to content

Update main_build.yml #18

Update main_build.yml

Update main_build.yml #18

Workflow file for this run

name: deploy rules
on:
push:
jobs:
build:
runs-on: ubuntu-latest
environment: deploy
name: Project
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Print Environment Variable from env
run: echo "environment:${{ env.ASDF }}"
- name: Print Environment Variable from secrets
run: echo "environment:${{ secrets.ASDF }}"