Fix push to ciel-releases Signed-off-by: Leo Moser <leomoser99@gmail.com>
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12a288b..d2ae76e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ if: github.ref_type == 'tag' run: | if [ "${{ secrets.BOT_GH_TOKEN }}" != "" ]; then - ciel push --token ${{ secrets.BOT_GH_TOKEN }} --pdk ${{ matrix.pdk-family }} $(git rev-parse HEAD) + ciel push --github-token ${{ secrets.BOT_GH_TOKEN }} --pdk-family ${{ matrix.pdk-family }} --repository ciel-releases $(git rev-parse HEAD) else echo "Secret BOT_GH_TOKEN unset. Not attempting to push." fi