Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
flavin27 committed Dec 29, 2023
1 parent 653e9ee commit 663403a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run-bot-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: myenvironment
steps:
- name: Checkout do Código
uses: actions/checkout@v2
- name: Configurar PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_API_KEY: ${{secrets.API_KEY}}
envkey_API_SECRET_KEY: ${{secrets.API_SECRET_KEY}}
envkey_ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
envkey_ACCESS_TOKEN_SECRET: ${{secrets.ACCESS_TOKEN_SECRET}}
file_name: .env


- name: Run php script
run: php main.php

0 comments on commit 663403a

Please sign in to comment.