Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update github name and email for CI #616

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
keep_files: true
publish_dir: ${{ env.FUELUP_INIT_DIR }}
destination_dir: ./
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'

- name: Get latest tag and copy into fuelup-version
run: |
Expand All @@ -53,3 +55,5 @@ jobs:
keep_files: true
publish_dir: ${{ env.FUELUP_VERSION_DIR }}
destination_dir: ./
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
publish_dir: ./docs/book
destination_dir: master
cname: install.fuel.network
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'
if: github.ref == 'refs/heads/master'

- name: Get tag
Expand All @@ -42,6 +44,8 @@ jobs:
publish_dir: ./docs/book
destination_dir: ${{ steps.branch_name.outputs.BRANCH_NAME }}
cname: install.fuel.network
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'
if: startsWith(github.ref, 'refs/tags')

- name: Create latest HTML redirect file
Expand All @@ -62,4 +66,6 @@ jobs:
publish_dir: ./latest/
destination_dir: ./latest/
cname: install.fuel.network
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'
if: startsWith(github.ref, 'refs/tags')
4 changes: 4 additions & 0 deletions .github/workflows/publish-nightly-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
publish_dir: ${{ env.NIGHTLY_CHANNEL_DIR }}
keep_files: true
destination_dir: ./
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'

- name: Deploy nightly channel (archive)
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -53,6 +55,8 @@ jobs:
publish_dir: ${{ env.NIGHTLY_CHANNEL_DIR }}
keep_files: true
destination_dir: ${{ steps.setup.outputs.archive_dir }}
user_name: 'fuel-service-user'
user_email: 'fuel-service-user@users.noreply.github.com'

- name: Notify if Job Fails
uses: ravsamhq/notify-slack-action@v1
Expand Down
Loading