Skip to content

Commit

Permalink
Merge pull request #2 from lindsaymoralesb/devops/github-actions
Browse files Browse the repository at this point in the history
Add repo token to avoid protection issue
  • Loading branch information
lindsaymoralesb authored Jul 2, 2024
2 parents 880923e + b04ec69 commit e2e225d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/beta-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
token: ${{ secrets.REPO_TOKEN }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit e2e225d

Please sign in to comment.