diff --git a/.gitea/workflows/eapim-portal-ci.yml b/.gitea/workflows/eapim-portal-ci.yml index 9980d5f..ae44f82 100644 --- a/.gitea/workflows/eapim-portal-ci.yml +++ b/.gitea/workflows/eapim-portal-ci.yml @@ -24,7 +24,7 @@ jobs: run: | rm -rf eapim-portal git clone --depth=1 --branch master \ - http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/eapim-portal.git \ + http://oauth2:${{ secrets.CI_TOKEN }}@172.30.1.50:3000/djb-eapim/eapim-portal.git \ eapim-portal - name: Checkout elink-portal-common (master) @@ -32,7 +32,7 @@ jobs: run: | rm -rf elink-portal-common git clone --depth=1 --branch master \ - http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-portal-common.git \ + http://oauth2:${{ secrets.CI_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-portal-common.git \ elink-portal-common - name: Verify toolchain