Skip to content

Commit a26d04e

Browse files
authored
chore: Update github name and email for CI (#616)
1 parent 0733c26 commit a26d04e

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/gh-pages-meta.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
keep_files: true
3737
publish_dir: ${{ env.FUELUP_INIT_DIR }}
3838
destination_dir: ./
39+
user_name: 'fuel-service-user'
40+
user_email: '[email protected]'
3941

4042
- name: Get latest tag and copy into fuelup-version
4143
run: |
@@ -53,3 +55,5 @@ jobs:
5355
keep_files: true
5456
publish_dir: ${{ env.FUELUP_VERSION_DIR }}
5557
destination_dir: ./
58+
user_name: 'fuel-service-user'
59+
user_email: '[email protected]'

.github/workflows/gh-pages.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
publish_dir: ./docs/book
2828
destination_dir: master
2929
cname: install.fuel.network
30+
user_name: 'fuel-service-user'
31+
user_email: '[email protected]'
3032
if: github.ref == 'refs/heads/master'
3133

3234
- name: Get tag
@@ -42,6 +44,8 @@ jobs:
4244
publish_dir: ./docs/book
4345
destination_dir: ${{ steps.branch_name.outputs.BRANCH_NAME }}
4446
cname: install.fuel.network
47+
user_name: 'fuel-service-user'
48+
user_email: '[email protected]'
4549
if: startsWith(github.ref, 'refs/tags')
4650

4751
- name: Create latest HTML redirect file
@@ -62,4 +66,6 @@ jobs:
6266
publish_dir: ./latest/
6367
destination_dir: ./latest/
6468
cname: install.fuel.network
69+
user_name: 'fuel-service-user'
70+
user_email: '[email protected]'
6571
if: startsWith(github.ref, 'refs/tags')

.github/workflows/publish-nightly-channel.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
publish_dir: ${{ env.NIGHTLY_CHANNEL_DIR }}
4646
keep_files: true
4747
destination_dir: ./
48+
user_name: 'fuel-service-user'
49+
user_email: '[email protected]'
4850

4951
- name: Deploy nightly channel (archive)
5052
uses: peaceiris/actions-gh-pages@v3
@@ -53,6 +55,8 @@ jobs:
5355
publish_dir: ${{ env.NIGHTLY_CHANNEL_DIR }}
5456
keep_files: true
5557
destination_dir: ${{ steps.setup.outputs.archive_dir }}
58+
user_name: 'fuel-service-user'
59+
user_email: '[email protected]'
5660

5761
- name: Notify if Job Fails
5862
uses: ravsamhq/notify-slack-action@v1

0 commit comments

Comments
 (0)