Skip to content

Commit

Permalink
ci: Update build.yaml with new token
Browse files Browse the repository at this point in the history
  • Loading branch information
GagikNav committed Jan 5, 2024
1 parent f5a9987 commit 4aa64f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Build on push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on: [push]

jobs:
Expand All @@ -10,6 +8,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 4aa64f9

Please sign in to comment.