Update build.yml

This commit is contained in:
Kroese 2023-04-10 00:36:24 +02:00 committed by GitHub
parent 70df5e41aa
commit cb65730e99

View File

@ -44,4 +44,4 @@ 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 }}