Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 8, 2023
1 parent 6cd9e87 commit aacf9fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-pkg-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v3
with:
token: ${{ secrets.V2BUILDTOKEN}}

- name: Display base.ref from Pull Request
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -184,6 +186,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.V2BUILDTOKEN}}

- name: No Update
if: ${{ needs.check-package-version.outputs.update_version != 'true' }}
Expand All @@ -197,7 +201,7 @@ jobs:
env:
AUTHOR_EMAIL: [email protected]
AUTHOR_NAME: Keyfactor Robot
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.V2BUILDTOKEN}}
run: |
git remote -v
echo "Checking out ${{ github.head_ref }}"
Expand Down

0 comments on commit aacf9fb

Please sign in to comment.