Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
85d4b287
Commit
85d4b287
authored
Jul 24, 2025
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] remove "sync docs" workflow
parent
9edd7b47
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
47 deletions
+0
-47
release.yml
.github/workflows/release.yml
+0
-6
sync-envs-docs.yml
.github/workflows/sync-envs-docs.yml
+0
-41
No files found.
.github/workflows/release.yml
View file @
85d4b287
...
@@ -84,12 +84,6 @@ jobs:
...
@@ -84,12 +84,6 @@ jobs:
tags
:
|
tags
:
|
type=raw,value=latest
type=raw,value=latest
sync_envs_docs
:
name
:
Sync ENV variables docs
uses
:
'
./.github/workflows/sync-envs-docs.yml'
needs
:
publish_image
secrets
:
inherit
publish_toolkit
:
publish_toolkit
:
name
:
Publish toolkit package to NPM
name
:
Publish toolkit package to NPM
uses
:
'
./.github/workflows/toolkit-npm-publisher.yml'
uses
:
'
./.github/workflows/toolkit-npm-publisher.yml'
...
...
.github/workflows/sync-envs-docs.yml
deleted
100644 → 0
View file @
9edd7b47
name
:
Sync ENV variables docs
on
:
workflow_dispatch
:
workflow_call
:
jobs
:
run
:
name
:
Run
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repo
uses
:
actions/checkout@v4
-
name
:
Copy main ENV file to Blockscout Docs repository
uses
:
dmnemec/copy_file_to_another_repo_action@main
env
:
API_TOKEN_GITHUB
:
${{ secrets.GITHIB_BOT_TOKEN }}
with
:
source_file
:
'
docs/ENVS.md'
destination_repo
:
'
blockscout/docs'
destination_folder
:
'
setup/env-variables/frontend-common-envs'
rename
:
'
envs.md'
destination_branch
:
'
master'
user_email
:
'
bot@blockscout.com'
user_name
:
'
blockscout-bot'
use_rsync
:
true
-
name
:
Copy deprecated ENV file to Blockscout Docs repository
uses
:
dmnemec/copy_file_to_another_repo_action@main
env
:
API_TOKEN_GITHUB
:
${{ secrets.GITHIB_BOT_TOKEN }}
with
:
source_file
:
'
docs/DEPRECATED_ENVS.md'
destination_repo
:
'
blockscout/docs'
destination_folder
:
'
setup/env-variables/frontend-common-envs'
rename
:
'
deprecated-envs.md'
destination_branch
:
'
master'
user_email
:
'
bot@blockscout.com'
user_name
:
'
blockscout-bot'
use_rsync
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment