]> git.openstreetmap.org Git - nominatim.git/commitdiff
actions: use token to avoid rate limiting
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 12 Feb 2023 08:34:22 +0000 (09:34 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 10:41:32 +0000 (11:41 +0100)
.github/workflows/ci-tests.yml

index 3c5f1c91a46707e626ce24c66fec1e2c912e0b97..c7ad798f54e5bf00f2ccd377280e96f56f5360f0 100644 (file)
@@ -71,6 +71,8 @@ jobs:
                   php-version: ${{ matrix.php }}
                   tools: phpunit:9, phpcs, composer
                   ini-values: opcache.jit=disable
+              env:
+                  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
             - uses: actions/setup-python@v4
               with: