1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

remove superfluous env vars

This commit is contained in:
Martin McKeaveney 2022-09-26 15:52:01 +01:00
parent 97d3765081
commit ec18c8f304
2 changed files with 0 additions and 6 deletions

View file

@ -4,8 +4,6 @@ on:
workflow_dispatch:
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
BRANCH: ${{ github.event.pull_request.head.ref }}
CI: true
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
REGISTRY_URL: registry.hub.docker.com

View file

@ -3,10 +3,6 @@ name: Budibase Release Selfhost
on:
workflow_dispatch:
env:
BRANCH: ${{ github.event.pull_request.head.ref }}
BASE_BRANCH: ${{ github.event.pull_request.base.ref}}
jobs:
release:
runs-on: ubuntu-latest