Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ruby-build mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirror
rbenv
ruby-build mirror
Commits
f3c1ccc3
Unverified
Commit
f3c1ccc3
authored
1 year ago
by
Mislav Marohnić
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove AWS access key ID from version control (#2163)
This is to stop people's security software from complaining about it.
parent
659f0895
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/mirror.yml
+4
-4
4 additions, 4 deletions
.github/workflows/mirror.yml
with
4 additions
and
4 deletions
.github/workflows/mirror.yml
+
4
−
4
View file @
f3c1ccc3
...
@@ -19,12 +19,12 @@ jobs:
...
@@ -19,12 +19,12 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
with
:
with
:
fetch-depth
:
0
fetch-depth
:
10
0
-
name
:
Update download mirror
-
name
:
Update download mirror
run
:
script/mirror update "${BEFORE_REF}.."
run
:
script/mirror update "${BEFORE_REF}.."
env
:
env
:
BEFORE_REF
:
${{ github.event.before }}${{ github.event.inputs.beforeRef }}
BEFORE_REF
:
${{ github.event.before }}${{ github.event.inputs.beforeRef }}
AMAZON_S3_BUCKET
:
ruby-build-mirror
AMAZON_S3_BUCKET
:
${{ vars.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID
:
AKIAJKAUQVHU6X4CODDQ
AWS_ACCESS_KEY_ID
:
${{ vars.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY
:
${{ secrets.MIRROR_UPLOAD_SECRET }}
AWS_SECRET_ACCESS_KEY
:
${{ secrets.MIRROR_UPLOAD_SECRET }}
AWS_REGION
:
us-east-1
AWS_REGION
:
${{ vars.AWS_REGION }}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment