Skip to content

Commit

Permalink
gh-token.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avenbreaks authored Nov 19, 2023
1 parent 22b4220 commit 61147fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/gh-token.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Set GitHub Token
run: |
echo "GH_TOKEN=${{ secrets.GH_TOKEN }}" >> $GITHUB_ENV
- name: Install dependencies
run: npm install

- name: Build and Publish
run: npm run build-and-publish

0 comments on commit 61147fc

Please sign in to comment.