mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 22:50:18 +00:00
docker.yml: Set persist-credentials: false
This commit is contained in:
@@ -18,10 +18,9 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --unset "http.https://github.com/.extraheader"
|
||||
git fetch origin master
|
||||
persist-credentials: false
|
||||
- name: Fetch origin/master from Git
|
||||
run: git fetch origin master
|
||||
- name: Build Docker image
|
||||
run: docker build -t brew --build-arg=version=${{matrix.version}} .
|
||||
- name: Run brew test-bot
|
||||
|
||||
Reference in New Issue
Block a user