Skip to content

Bump dotenv from 8.2.0 to 16.4.7 in /create/new_project/demos/erc20_btc #2373

Bump dotenv from 8.2.0 to 16.4.7 in /create/new_project/demos/erc20_btc

Bump dotenv from 8.2.0 to 16.4.7 in /create/new_project/demos/erc20_btc #2373

Workflow file for this run

name: Assign PR to creator
on: pull_request
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}