Skip to content

Commit

Permalink
ci: remove token from checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Jul 31, 2023
1 parent 96a62d3 commit 14eb5f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.CI_TOKEN }}

- name: 📦 Install protoc
run: sudo apt update && sudo apt install -y protobuf-compiler libprotobuf-dev
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.CI_TOKEN }}

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -105,7 +103,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.CI_TOKEN }}

- name: Docker meta
id: docker_meta
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.CI_TOKEN }}

- uses: actions/cache@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ on:
required: true
DOCKER_PASSWORD:
required: true
CI_TOKEN:
required: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.CI_TOKEN }}

- name: Set up QEMU
id: qemu
Expand Down

0 comments on commit 14eb5f2

Please sign in to comment.