Update buildAndDeploy.yml

This commit is contained in:
Yair Morgenstern 2021-01-22 13:24:30 +02:00 committed by GitHub
parent 80ccc97cf1
commit 7800316ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: check bulter secret
run: echo ${{ secrets.BUTLER_API_KEY }}
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
console.log(github.event)
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2