mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 19:09:36 +02:00
CI: Unify the GITHUB_TOKEN name across matrix.py and vtest.yml
This makes naming a little clearer in matrix.py, because the name matches the name of the actual secret.
This commit is contained in:
committed by
Willy Tarreau
parent
fd7931e7f3
commit
96e03e1a89
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Generate Build Matrix
|
||||
env:
|
||||
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
id: set-matrix
|
||||
run: python3 .github/matrix.py "${{ github.ref_name }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user