generated from osc/skins-template
idk use github token
This commit is contained in:
@@ -12,8 +12,8 @@ runs:
|
|||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git config user.email "arlind@sulej.ch"
|
git config user.name "${{ github.actor }}"
|
||||||
git config user.name "ci-bot"
|
git config user.email "${{ github.actor }}@users.noreply.${{ github.server_url }}"
|
||||||
|
|
||||||
- name: Add and Commit changes
|
- name: Add and Commit changes
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -37,6 +37,9 @@ env:
|
|||||||
OSU_ID: ${{ vars.OSUID }}
|
OSU_ID: ${{ vars.OSUID }}
|
||||||
DOC_DIR: "${{ github.workspace }}/docs"
|
DOC_DIR: "${{ github.workspace }}/docs"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate_everything:
|
generate_everything:
|
||||||
name: Full CI/CD Pipeline
|
name: Full CI/CD Pipeline
|
||||||
@@ -58,7 +61,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
tags: true
|
tags: true
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Discover and Detect Skins
|
- name: Discover and Detect Skins
|
||||||
id: discover
|
id: discover
|
||||||
|
|||||||
Reference in New Issue
Block a user