generated from osc/skins-template
Update CI from skins-template
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Successful in 22s
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Successful in 22s
This commit is contained in:
@@ -39,6 +39,9 @@ env:
|
||||
OSU_ID: ${{ vars.OSUID }}
|
||||
DOC_DIR: "${{ github.workspace }}/docs"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
generate_everything:
|
||||
name: Full CI/CD Pipeline
|
||||
@@ -60,7 +63,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
tags: true
|
||||
token: ${{ secrets.TOKEN }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Discover all skins
|
||||
shell: bash
|
||||
@@ -966,8 +969,8 @@ jobs:
|
||||
- name: Configure Git
|
||||
shell: bash
|
||||
run: |
|
||||
git config user.email "arlind@sulej.ch"
|
||||
git config user.name "ci-bot"
|
||||
git config user.name "${{ github.actor }}"
|
||||
git config user.email "${{ github.actor }}@users.noreply.${{ github.server_url }}"
|
||||
|
||||
- name: Add and Commit changes
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user