Improved README and ui-asset workflow
This commit is contained in:
@@ -35,8 +35,8 @@ jobs:
|
||||
export PATH=$PATH:$DEPS
|
||||
|
||||
# Setup git config
|
||||
git config --global user.email "ui-asset-bot@gchq.icu"
|
||||
git config --global user.name "ui-asset-bot"
|
||||
git config --global user.email "$BOT_EMAIL"
|
||||
git config --global user.name "$BOT_NAME"
|
||||
|
||||
################################################
|
||||
# #
|
||||
@@ -66,3 +66,5 @@ jobs:
|
||||
env:
|
||||
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
|
||||
GITEA_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
|
||||
BOT_NAME: "ui-asset-bot"
|
||||
BOT_EMAIL: "ui-asset-bot@gchq.icu"
|
||||
|
||||
Reference in New Issue
Block a user