summaryrefslogtreecommitdiff
path: root/.github/workflows/bleeding.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bleeding.yml')
-rw-r--r--.github/workflows/bleeding.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index cf65f3dc5..5d464e3ac 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -25,6 +25,8 @@ jobs:
options: --privileged --tty
steps:
- uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}"
- name: Run tox
@@ -51,6 +53,8 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v2
with:
@@ -61,6 +65,7 @@ jobs:
repository: asciidoc-py/asciidoc-py
ref: '9.x'
path: asciidoc
+ persist-credentials: false
- name: Move asciidoc out of the repo
run: mv asciidoc ..
- name: Install dependencies