1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Updating env in budibase ci workflow.

This commit is contained in:
Michael Drury 2023-06-01 15:07:17 +01:00
parent 74b4f66adc
commit 8129954f49

View file

@ -16,7 +16,7 @@ on:
env:
BRANCH: ${{ github.event.pull_request.head.ref }}
BASE_BRANCH: ${{ github.event.pull_request.base.ref}}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
jobs:
lint: