Update test.yaml

This commit is contained in:
Kroese 2023-03-27 21:04:10 +02:00 committed by GitHub
parent 0c54999e6f
commit a31b922858

View File

@ -7,8 +7,6 @@ on:
branches: [ master ] branches: [ master ]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -33,3 +31,6 @@ jobs:
value: $((${{ secrets.MINOR }}+1)) value: $((${{ secrets.MINOR }}+1))
repository: kroese/virtual-dsm repository: kroese/virtual-dsm
token: ${{ secrets.REPO_ACCESS_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}