commit | 61839b098d35a0a614cb392096c97a4deda3277e | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Dec 23 14:40:04 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Dec 23 15:19:25 2022 +0100 |
tree | 2216f88c4b1b558fc00db6d02dcb8f419476d25b | |
parent | 9107731358bec59a13cdaa723867823cd4a0c7af [diff] |
CI: github: use the GITHUB_TOKEN instead of a manually generated token Github allows to use a auto generated GITHUB_TOKEN so we don't need to handle the token in the secret configuration. https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 8c13d13..f26415a 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml
@@ -25,6 +25,8 @@ steps: - uses: actions/checkout@v3 - name: Generate Build Matrix + env: + GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} id: set-matrix run: python3 .github/matrix.py "${{ github.ref_name }}"