Skip to content

Commit

Permalink
Add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthetechie committed May 9, 2024
1 parent 0fd7f57 commit 39491ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
- name: 🏗️ Build Node Function
uses: dvsa/cvs-github-actions/build-node-function@develop
if: ${{ steps.manifest.outputs.build-package == 'true' && steps.manifest.outputs.language == 'node' }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
commit-sha: ${{ steps.commit.outputs.commit }}
branch: ${{needs.environment.outputs.github-branch }}
Expand Down

0 comments on commit 39491ea

Please sign in to comment.