Skip to content

add gh_token env

add gh_token env #2

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup upterm session
uses: lhotari/action-upterm@v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}