Update build.yml

This commit is contained in:
Kroese 2023-04-28 00:56:05 +02:00 committed by GitHub
parent 6c365b87a2
commit bf79c83f72

View file

@ -82,7 +82,7 @@ jobs:
name: 'MINOR' name: 'MINOR'
value: $((${{ secrets.MINOR }}+1)) value: $((${{ secrets.MINOR }}+1))
repository: ${{ github.repository }} repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}
mirror: mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest